30
I built my app in React, React Native and NextJS. Lessons learned.
I developed an offline-first personal Kanban app called Brisqi and launched it for 5 different platforms. I started this project with 2 purposes - to learn React and to build my own offline Kanban app as I always wanted one. I've been working on Brisqi since June last year.
Electron framework was the obvious choice to make it cross-platform as it has good eco-system around it so I went ahead with it as the underlying framework.
If you move to Redux, use Redux Toolkit. It's a great toolkit made by the same people who made/maintain Redux.
It states following on their website:
"Redux Toolkit is our official, opinionated, batteries-included toolset for efficient Redux development. It is intended to be the standard way to write Redux logic, and we strongly recommend that you use it."
Links:
30