-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding react-router... #6
Comments
I remember being annoyed by this, SO thread: http://stackoverflow.com/questions/27864720/react-router-pass-props-to-handler-component they don't let you pass props into the handler, so you'll have to work around it somehow. i don't usually use react-router in my own projects though. the most i usually do is hook up to the hash location. |
I posted this issue on react-router here and BerkeleyTrue the creator of Thundercats.js came back with some great advice with the use of |
just to let you know I managed to work it out if you look here :) |
huh... so you can pass in props to the root handler? |
yeah seems that way and you then have the |
Hi, I'm experimenting with your repo (here) as I'm trying to extend it by adding more options. If you'd prefer me to fork from here I will.
Anyways on the branch linked above I'm trying to use React-router to do my routing.
do you have a clue how the
appState
could be passed into the props?!?!I'm also going to be trying to make a simple Auth and some sort of JSON api, just trying to add some real life implementations 😄
The text was updated successfully, but these errors were encountered: