· 1 min read
Hello, I want to share my list that consists of some practices that I use to write components in React , surely you already know some of them. Of course this is my point of view, you can recommend some practice that you do not find on…
· 2 min read
Redux is a small Javascript library created by Facebook that serves to control the status of an application. It is based on the Facebook Flux architecture. Redux is commonly used with React , but can also be used with Angular . The…