Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phryneas/talk-ijs_london-state_of_react_state_2019
https://github.com/phryneas/talk-ijs_london-state_of_react_state_2019
talk
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phryneas/talk-ijs_london-state_of_react_state_2019
- Owner: phryneas
- Created: 2019-05-11T12:58:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T09:05:56.000Z (over 3 years ago)
- Last Synced: 2024-10-10T20:19:30.332Z (27 days ago)
- Topics: talk
- Language: JavaScript
- Homepage:
- Size: 6.88 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# On the State of React's State
## in May 2019, iJS London
### Slides
[The slides are available here](https://phryneas.github.io/talk-ijs_london-state_of_react_state_2019)
### Code Examples
- [React-only Code Examples](https://github.com/phryneas/talk-ijs_london-state_of_react_state_2019/tree/example/only-react)
-> [Codesandbox](https://codesandbox.io/s/github/phryneas/talk-ijs_london-state_of_react_state_2019/tree/example/only-react)- [MobX Code Examples](https://github.com/phryneas/talk-ijs_london-state_of_react_state_2019/tree/example/mobx)
- [MobX-State-Tree Code Examples](https://github.com/phryneas/talk-ijs_london-state_of_react_state_2019/tree/example/mobx-state-tree)
- [Redux Code Examples](https://github.com/phryneas/talk-ijs_london-state_of_react_state_2019/tree/example/redux)
-> [Codesandbox](https://codesandbox.io/s/github/phryneas/talk-ijs_london-state_of_react_state_2019/tree/example/redux)- [Apollo-Client Code Examples](https://github.com/phryneas/talk-ijs_london-state_of_react_state_2019/tree/example/apollo-client)
-> [Codesandbox](https://codesandbox.io/s/github/phryneas/talk-ijs_london-state_of_react_state_2019/tree/example/apollo-client)For the MobX-Examples, there's no working CodeSandbox - sorry! If you get this working, a PR is very appreciated.