React Tutorial
  • Introduction
  • React Application Template
  • Background
  • Testing Tools
  • TodoMVC Application
    • Stories and Test Cases
    • Add a Todo
    • View a List of Todos
    • Edit a Todo
    • Delete a Todo
    • Toggle a Todo Between Completed and Not Completed
    • Toggle All Todos Between Completed and Not Completed
    • See the Number of Todos To Be Completed
    • Filter the Todos List Between Completed, Not Completed, and All
    • Delete All Completed Todos From the List
  • Styling TodoMVC Application
    • Styling Stories and Test Cases
    • See a Styled TodoMVC Application
    • See Styled TodoApp Component
    • See Styled Header Component
    • See Styled TodoTextInput Component
    • See Styled MainSection Component
    • See Styled TodoItem Component
    • See Styled Footer Component
  • Additional Exercises
Powered by GitBook
On this page
  • Why is Immutability Desirable?
  • Create Your Own App

Was this helpful?

Additional Exercises

Why is Immutability Desirable?

Create Your Own App

Suggest creating an app that renders a simple list of text entries. Connect your app to a simple REST API that returns such a list.

PreviousSee Styled Footer Component

Last updated 6 years ago

Was this helpful?