This repository serves as a sandbox where I explore and compare different frontend frameworks by building the exact same application in each of them.
The application I'm building is a Productivity Hub (a task management app), which provides a good baseline to test state management, component composition and reactivity across different technologies.
Currently, the playground contains implementations in the following frameworks:
I love learning new technologies and frameworks. By building the same app multiple times, I can better evaluate:
- Developer experience (DX).
- Ecosystem maturity and ease of use.
Each directory contains a complete, independent project. To run a specific implementation, navigate into its directory and follow the standard instructions for that framework (usually bun install followed by bun run dev).
Note: I prefer using
bunas my package manager.