3 مستودعات
Produces separate, optimized bundles for browser and server code with environment-specific optimizations.
Distinct from Build and Bundle Optimization: Distinct from Build and Bundle Optimization: specifically targets separate client and server bundle generation, not general artifact size reduction.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Client-Server Bundle Optimizations. Refine with filters or upvote what's useful.
Produces separate optimized bundles for client and server code automatically.
TanStack Form is a cross-framework form state management library that provides typed fields, validation, and submission across React, Vue, Angular, Solid, Lit, Svelte, and Preact. It uses a shared form model that adapts to different UI frameworks while preserving the same validation and submission logic, and offers headless form controls that impose no UI markup, letting developers bring their own inputs and design system. The library distinguishes itself through granular state subscription, where components subscribe to narrow slices of form or field state using reactive primitives, so only
Produces separate, optimized builds for browser and server code in a single pipeline.
Farm is a Rust-based web build tool and development server that compiles JavaScript, TypeScript, CSS, HTML, and static assets into optimized bundles. It uses a module-graph-based bundling approach with persistent module-level caching, enabling near-instant builds and sub-20ms hot module replacement during development. The tool processes assets based on file extensions, handling CSS, Sass, Less, PostCSS, HTML, and images as first-class modules without requiring JavaScript transformation. Farm distinguishes itself through its Vite-compatible plugin system, accepting Vite, Rollup, and Unplugin p
Compiles the application twice, once for the browser and once for Node.js, using separate configuration files for each target.