Modern-Tech-Stack
Next.js
is still the best fullstack framework.
webpack
turbopack
; SvelteKit
is a minimal modern fast smaller sized framework.
Vue.js+Nuxt.js
is another fullstack framework.
almost fullstack
framework.StreamLit
framework for quick ML based applications.
Python flash
: Simple and powerful python based fullstack framework.
NOTE:
CRA is obsolete and deprecated. Even facebook recommends Vite;
What is Vite ?
- Vite is the default bundler (alternative to webpack)
- It includes fast development server for SvelteKit etc.
- It does not include any production server
bazel
- Google backed monorepo handling tool.nx
- Very popular mono repo handling tool.lerna
- Particulary useful for yarn managed nodejs projects.Nest.js
: Typescript based most popular API framework.
often coupled with prism for ORM.
FastAPI
: Most popular Python based API backend.