Scaffold a new JSlop app. Run `npm create jslop@latest my-app` or `pnpm create jslop my-app`.
Core reactive primitives (cell / derived / effect / batch / untrack / scopes) for the JSlop framework. Tiny, dependency-free, browser- and Node-friendly.
Vite plugin for JSlop. Compiles .jslop modules, provides the dev SSR middleware, exposes virtual route/client entries, and wires the two-pass production build.
Compiler for .jslop component files. Parses the DSL, AST-rewrites identifiers to reactive cell reads/writes, and emits JavaScript modules consumed by @jslop/server and @jslop/client.
File-based router for JSlop apps. Scans a routes directory, matches URLs with [param] segments, composes _layout.jslop chains, and orchestrates per-route load() loaders.
Browser runtime for JSlop. Boots from the SSR state capsule, walks the view tree, attaches event handlers, and reconciles keyed/unkeyed lists.
Server-side renderer for JSlop. Renders components to HTML and emits a serialized state capsule that @jslop/client consumes on hydration.
Node.js adapter for JSlop production builds. Serves the SSR render() bundle plus static assets from dist/client with long-cache headers for hashed files.
Compile class public and private fields, private methods and decorators to ES6
Compile ESNext Regular Expressions to ES5
RFC9562 UUIDs
Create a new Jest project
Polyfill for Node.js module.createRequire (<= v12.2.0)
Create and parse Content-Disposition header
Babel preset used by Create React App
ESLint configuration used by Create React App
webpack utilities used by Create React App
Configuration and scripts for Create React App.
Core functions & classes shared by multiple AWS SDK clients.
Official React bindings for Redux
Angular Schematics - Library
Persistent ordered mapping from strings
Add components to your apps.
Predictable state container for JavaScript apps