A set of react challenges implemented in different ways. More will come as time goes by.
Challenges:
- Counter with context API
- Orderable todo list
- Post with comments section
- Fetch and replace data with generic function
- Debounced textbox
- Search box with recommendations
- Dark theme switch with context API
- Tic Tac Toe
- Todo list with editable items
- Promise.all reimplementation
- Promise.race reimplementation
- Fetch with retry
- Lazy load HOC
Feel free to submit your own implementations(please open a PR).