components

A collection of 1 post
How to Build  Simple React App (Part 2)
react

How to Build Simple React App (Part 2)

In the previous part of How to build simple React app, we had set up a basic boilerplate for our ToDo application. In this part, we will: * start building our application logic, * introduce actions and reducers, * finish our todo page Let's start coding! Writing new components for handling todos At
12 min read
Page 1 of 1