https://github.com/jambit/modern-react
Modern React Live-Coding Series
https://github.com/jambit/modern-react
Last synced: 4 months ago
JSON representation
Modern React Live-Coding Series
- Host: GitHub
- URL: https://github.com/jambit/modern-react
- Owner: jambit
- Created: 2019-10-14T11:01:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T08:21:50.000Z (over 4 years ago)
- Last Synced: 2025-03-04T06:14:17.548Z (over 1 year ago)
- Size: 1.21 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern React Live-Coding
Here you can find the code shown during the **Modern React** Live-Coding series.
These meetup events happened in two meetups in rotation:
- [ReactJS Meetup Leipzig](https://www.meetup.com/ReactJS-Meetup-Leipzig/)
- [software enthusiasts](https://www.meetup.com/software-enthusiasts/)
The full list of code-branches:
1. [Modern React Build-Setup](https://github.com/jambit/modern-react/tree/01-build-setup)
2. [Modern React with Hooks](https://github.com/jambit/modern-react/tree/02-hooks)
3. [Modern React State-Management](https://github.com/jambit/modern-react/tree/03-state-management)
4. [Modern React Side-Effects](https://github.com/jambit/modern-react/tree/04-side-effects)
5. [Modern React Modularization](https://github.com/jambit/modern-react/tree/05-modularization)
6. [Modern React Testing](https://github.com/jambit/modern-react/tree/06-testing)