The goal of this app is to help people understand how React Hooks work. You can add and nest multiple components and use your browser's developer console to see when and how triggers are, well..., triggered.
👉 This application was based on Donavon West's React hooks flow diagram.
If you don't feel like running this project locally, it's also hosted on Vercel (❤️) and you can check it here.
For starting the project, you just need to run your tipical commands for a React project.
yarn install
yarn start
Once you have it running, go to localhost:3000 and you'll see the instructions to use the app.
MIT Licensed
Enjoy and hopefully you'll find this app useful 🙂