Redux VS Redux Toolkit
I've been working with Vue and Vuex for over 16 months, but React has always been the library of my loves, so I decided to start a short project with React, Redux and TypeScript to refresh my knowledge. _I have never been in favor of using TS on the frontend, it seems unnecessary to me, but hey, it is the subject of another conversation._ I decided to create my project using _Create React App_ using the Redux-TypeScript template, but I came across unexpected news; Redux has changed dramatically since I last used it. I had to start reading the official documentation again, luckily I came...
React