https://github.com/troch/reactiveconf-talk
My talk @ ReactiveConf 2016
https://github.com/troch/reactiveconf-talk
Last synced: over 1 year ago
JSON representation
My talk @ ReactiveConf 2016
- Host: GitHub
- URL: https://github.com/troch/reactiveconf-talk
- Owner: troch
- License: mit
- Created: 2016-10-28T11:51:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-28T12:33:03.000Z (over 9 years ago)
- Last Synced: 2025-02-09T17:18:21.525Z (over 1 year ago)
- Language: JavaScript
- Size: 3.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Past and Future of client-side routing (ReactiveConf 2016 talk)
### Slides
Slides: [slides.pdf](./slides.pdf)
### Demo
The demo has been generated with `react-create-app`. Go to the demo directory, install dependencies (`yarn` or `npm install`), and start the application (`yarn start` or `npm start`). If you are new to router5, it is a good starting point / playground.
### Links
- [router5](/router5/router5)
- [router5 documentation](http://router5.github.io)