leftiness / react-demo

Other
0 stars 0 forks source link

Set up routing between components #5

Closed leftiness closed 8 years ago

leftiness commented 8 years ago

react-router is complicated. There's a library to connect it with redux. I'm not convinced that using a bunch of libraries should be necessary to handle something like routing.

Do this instead:

leftiness commented 8 years ago

I should remember to reference issues in the commit message so that this is automatic.

WIP. 3b1d241 and 11709a2 committed. Still lots to do before closing this task.

leftiness commented 8 years ago

Don't think I'll use the actor pattern. I don't like that it breaks away from the traditional redux pattern.

Still have to set up "navigating with links" and "navigating programatically".

leftiness commented 8 years ago

Merged in 9246918