Top "React-jsx" questions

React is a JavaScript library for building user interfaces.

Expected corresponding JSX closing tag for input Reactjs

While creating a component in Reactjs with input fields error occurs Error: Parse Error: Line 47: Expected corresponding JSX closing tag …

javascript reactjs reactjs-flux react-jsx
Warning: Failed propType: Invalid prop `component` supplied to `Route`

I'm trying new react-router 1.0.0 and I'm getting strange warnings I can't explain: Warning: Failed propType: Invalid prop `component` supplied to `…

javascript reactjs react-router react-jsx
Listen to keypress for document in reactjs

I want to bind to close the active react bootstrap popover on escape press .Here is the code _handleEscKey:function(…

reactjs react-jsx react-bootstrap
Generating inline font-size style using ReactJS

I am trying to do something like this in ReactJS: var MyReactClass = React.createClass({ render: function() { var myDivText = "Hello!"; var …

css font-size reactjs inline-styles react-jsx
How to make a sticky footer in react?

I've made a sticky footer higher-level component that wraps other components inside itself: Footer.js //this is a higher-order component …

css reactjs footer react-jsx jsx
Warning: Unknown DOM property class. Did you mean className?

I've just started exploring React, by adding a component with a simple render function: render() { return <div class="myApp"&…

javascript reactjs react-jsx
React JSX file giving error "Cannot read property 'createElement' of undefined"

I have a file test_stuff.js that I am running with npm test It pretty much looks like this: …

javascript reactjs npm react-jsx
Using async setState

I have function which dispatched an action. I would like to display a loader before and after the action. I …

reactjs react-jsx jsx
Is there a JSX formatter for sublime text?

I'm using Sublime Text as a text editor. There's a jsFormat for formatting javascript files but I can't find one …

reactjs sublimetext react-jsx
Error with basic React Example: Uncaught TypeError: undefined is not a function

I'm trying to get react connected into my app. Its a rails app using rails-react (though I don't think that's …

javascript reactjs react-jsx react-rails