An open API service indexing awesome lists of open source software.

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

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)