Questions tagged [react-router-component]

110 questions
0
votes
2 answers

React-Router 1.0.0RC1 - Passing state as properties to child routes

I am working off Alex Bank's "Building a Polling App with Socket IO and React.js" (Lynda.com) , but I am trying to upgrade it to react-router 1.0.0-RC1. Solution below, just skip all this Please do not send me to documentation, it is not working…
user1177440
0
votes
1 answer

React Router: nothing is visible on the page

I'm trying to create a React app, but I'm having a problem: when I try to load the main page no errors are thrown, but nothing is shown on the page. The entry point of the app is main.js, which has this in the render method: React.render((
sapy
  • 8,952
  • 7
  • 49
  • 60
0
votes
0 answers

React. this.props.children is undefined for component with nested subcomponents

I am newcomer with React and could not handle this error. I have two components the first one (routing): var App = React.createClass({ render: function() { return (