Log In
0% completed
All Lessons
Free Lessons (10)
Creating a Counter App only with React Context
Creating a Counter App with useState
Creating a Counter App with useReducer
Introducing React Tracked to the Counter App
Understanding Render Optimization
Modifying the Counter App with React Tracked
Developing ToDo App with React Tracked and useReducer
Initial State and Reducer
TodoList Component
TodoItem Component
NewTodo Component
App Component and File Structure
Demo
Developing ToDo App with React Tracked, useState and Immer
Simple Store with useState
useTodoList Hook
useAddTodo Hook
useDeleteTodo Hook
useToggleTodo Hook
useQuery Hook
TodoList Component
TodoItem Component
NewTodo Component
App Component and File Structure
Demo
Going Further
Async Functions
Redux Ecosystem
Simpler Alternative
Wrap-up
React Tracked: Creating Web Apps with Global State
/
...
/
App Component and File Structure
App Component and File Structure
In this lesson, we develop and list all files.
We'll cover the following...
App
Utils
File structure
Next
App
...