Assignment-16(Todo app with state management)
Create 3 components ( AddTodo , ToDoList and ToDoCount ) and nest them into Root component.
Whenever a new Todo item is added, it should appear in ToDoList component and count need to be updated in ToDoCount Component without page refresh.(Use BehaviourSubject for angular app / Redux for React app)
Comments
Post a Comment