hector-valdivia / blog-app-react-3-different-ways

Created a very simple blog app in 3 different ways to demonstrate the pros and cons of each method. The last method being the best but if you already use redux in your project then using second method is perfect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pure React Way Code

The beginner's way of doing things in react without using any state management library and using local states.

Read the full article about this repo.

About

Created a very simple blog app in 3 different ways to demonstrate the pros and cons of each method. The last method being the best but if you already use redux in your project then using second method is perfect.


Languages

Language:JavaScript 81.5%Language:CSS 11.2%Language:HTML 7.3%