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 (

Vladyslav Babenko
- 1,349
- 18
- 26
0
votes
2 answers
react-router-component Routes All URLs to same component
I am trying to add routing to my simple blogging/short stories app with react-router-component, but no matter what url is entered it shows the same component. The url appears, but it's always the same component that is rendered even though I…

CascadiaJS
- 2,320
- 2
- 26
- 46
-2
votes
1 answer
How to stop reload the entire component , after history.push
My requirements are as below,
Dashboard page (https://localhost:3000) shows 1000 records
User applied filter on dashboard page (only 2 records are shown after filter)
User clicked on row and entered into details…

Deepak Kothari
- 1,601
- 24
- 31