Skip to main content

Overview

tramvai is a lightweight web framework for building SSR applications with a modular system and DI to quickly extend the functionality of applications.

Key featuresโ€‹

  • โœˆ๏ธ Universal

    Creates 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 and Nest.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 by webpack@5 and swc

  • ๐Ÿงช Testing

    Complete set of unit and integration testing utilites - powered by jest and testing-library

  • ๐Ÿ•Š๏ธ Migrations

    Automatic migrations with jscodeshift codemodes