Modular framework for universal React applications
-
βοΈ UniversalCreates SSR
React
applications - includes solid server with metrics, health checks and graceful degradation support -
π Dependency Injection
Provides simple and powerful DI system, inspired by
Angular
andNest.js
best practices -
π§© Modular
Every application build from list of feature modules - doing one thing right!
-
β‘ Fast and lightweight
Enforces best web-performance techniques - resources preloading and inlining, lazy hydration π, modern ES bundles, tree-shakable libraries
-
π Chain of commands
Elegant pattern for complete control over application life-cycle - predictable flow for every HTTP request into application, running async actions in parallel, limits the duration of server-side actions
-
π§± Micro Frontends
Heavily integrated solution for Micro Frontends with SSR and Module Federation
-
π οΈ Tooling
Functional CLI for generating, develop, analyze, and bundling
tramvai
applications - powered bywebpack@5
-
π§ͺ Testing
Complete set of unit and integration testing utilites - powered by
jest
andtesting-library
-
ποΈ Migrations
Automatic migrations with
jscodeshift
codemodes
-
Generate new application
npm init @tramvai@latest my-awesome-app
-
Run development server
cd my-awesome-app && npm start
application will be available at
http://localhost:3000/