Building the same app using various web frameworks

The author explores migrating from FastAPI to modern web frameworks like FastHTML, Next.js, and Svelte, aiming to understand unique features and developer experiences. Building a “Look at Your Data” app with each framework reveals design, coding, and functionality differences, with FastHTML offering simplicity and support from the creators. Next.js provides a polished look with tailored tutorials, while SvelteKit requires more code and organization. The author reflects on the impact of coding assistants like LLMs on newer frameworks, highlighting efforts by creators to optimize learning for machines. The experience serves as a learning opportunity for the author, who looks forward to working more with TypeScript.

https://eugeneyan.com/writing/web-frameworks/

To top