This blog is for someone who knows what is Redux and understand how it works but don’t know where to start, how to setup and work flow.
Redux is a very useful library for React to manage states. When App getting larger and larger, there will be so many state for developer…
When we think about building a computer, we first will think about what CPU, GPU, motherboard, how much RAM…
In Rails, we have something called Cookie and Session. They are bond to user’s browser. In JavaScript, there is a Window object called localStorage. It is just like Cookie. In this blog, I will talk about what is it for and how to use it.
Making a messaging feature between two different model and also within one model is bit hard, if you want your user have an…