Introduction

This post is the first in a series of three posts to explain the core concepts of Redux, how does it work well with React? and Some cool hooks to make the understanding easier and better. We will be building a small app alongside to realize these concepts better.

Myths

I have noticed that, there are good amount of myths around Redux. See if any of these are familiar to you.

  • Redux is hard, it is difficult to learn!
  • I do not use React, there is no use of Redux!
  • A beginner to web programming can not learn Redux easily!
  • Redux is must for React applications!
  • Redux is more storing common data, like a POJO in Java!
  • … and Many more…

We will break these Myths as we go ahead with this post and the subsequent ones in the series.

#redux #javascript #react #javascript framework

Redux Core Concepts Made Easy
1.30 GEEK