Acko S.

How to Build Simple React App (Part 4)
react

How to Build Simple React App (Part 4)

In the previous part we connected our application with RESTful API, which made it more realistic. This part is the final part of our series "How to build simple React app". At the start, we will cover selectors and their usage, and then we will go through styling our application,
13 min read
How to Build Simple React App (Part 3)
react

How to Build Simple React App (Part 3)

This is the third part of our series about building a simple react application. In this part, our main topic will be connecting our application to RESTful API. For that, we will need to use async actions, another important concept. If you haven't read the previous parts, you can find
9 min read
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
How to Build Simple React App (Part 1)
mobile application

How to Build Simple React App (Part 1)

In this article, we will go through the whole process of building a simple front-end application using React from the ground up. * First of all, we will go through the setup process, how to set up boiler-plate for your application using all of the necessary libraries (plugins), * After that, we
7 min read
Page 1 of 1