How to organize your React Redux project ?
I guess the title of this post is also the most asked question of any new React developer. There is no easy answer to this… Read More »How to organize your React Redux project ?
I guess the title of this post is also the most asked question of any new React developer. There is no easy answer to this… Read More »How to organize your React Redux project ?
You probably have heard about GraphQL. It’s the common interface between client and server for data fetching and manipulations. My experience with GraphQL so far… Read More »Data fetching examples with GraphQL + React Apollo
Last week, I received a request from a client to make an EPOS app. The main requirement is the app must work even when internet… Read More »Make your offline-first React app with Redux-Offline
Everyone tells you that React is fast, virtual DOM is great, but it is just a haft of the truth. If you don’t follow the… Read More »Tips for optimizing the performance of your React application
React is just a view library, in order to developer a fully functional web application with React, we have to use many order libraries. In… Read More »4 essence libraries for React development
We, developers know that we will work with modal a lot. My favorite library do this job is bootbox.js. Unfortunately, this library is not implemented in React & Redux. Let’s implement it by ourself.