A React Router with Hasher

added by bpwndaddy
6/22/2015 3:37:33 PM

752 Views

When I tried React-Router, I wasn’t too enthused. I probably should have spent more time with it, but it seemed like too many modules to import all over the app (Router, Route, Link). I had some problem with testing, having to do some hack around context. I understand React-Router 1.0 is much improved. But nonetheless, let’s create here our own router component in React, using the convenience of the Hasher library.


0 comments