(no title)
vismwasm | 2 years ago
I looked into Flutter & Dart as it seems thatr everybody loves it. But then apparently even for Flutter you need another framework for state management. I thought state management is the core issues these frameworks want to solve?
I would've thought game engines have solved the problem of complex state management though. There are games with reactive in-game browsers/websites which work better than most real websites!
So far the easiest for me to grasp and getting started was actually react / nextjs:
- Extremely well documented
- Little boilerplate (especially compared to Flutter - I find that StatefulWidget really ugly)
- Combined with a component library it's incredible easy to get started
No comments yet.