Motivation I always get annoyed with the fact that almost every project you do on React usually needs Redux for state management and you need lot of boilerplate code for redux to work, with types, actions, actionCreators, reducers. And on top of that if we want to handle side effects we take the obvious choice redux-sagas. As we keep on adding new libraries and middleware, the amount of code you...
This section contains articles related to react. Here you can read about how to properly structure your react application. How to write styles and make them consistent across your app.
You will also learn about most of the React APIs like hooks, context api etc. in a simple, practical way. Such that you can easily apply them to your projects. You can directly implement most of these techniques in your real project and see the difference it makes.