8 packages matching “jslop”
@jslop/compiler
v0.1.1 · 3 months ago
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.
No known vulnerabilities
@jslop/server
v0.1.1 · 3 months ago
Server-side renderer for JSlop. Renders components to HTML and emits a serialized state capsule that @jslop/client consumes on hydration.
No known vulnerabilities
@jslop/vite
v0.1.1 · 3 months ago
Vite plugin for JSlop. Compiles .jslop modules, provides the dev SSR middleware, exposes virtual route/client entries, and wires the two-pass production build.
No known vulnerabilities
@jslop/runtime
v0.1.1 · 3 months ago
Core reactive primitives (cell / derived / effect / batch / untrack / scopes) for the JSlop framework. Tiny, dependency-free, browser- and Node-friendly.
No known vulnerabilities
create-jslop
v0.1.1 · 3 months ago
Scaffold a new JSlop app. Run `npm create jslop@latest my-app` or `pnpm create jslop my-app`.
No known vulnerabilities
@jslop/client
v0.1.1 · 3 months ago
Browser runtime for JSlop. Boots from the SSR state capsule, walks the view tree, attaches event handlers, and reconciles keyed/unkeyed lists.
No known vulnerabilities
@jslop/router
v0.1.1 · 3 months ago
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.
No known vulnerabilities
@jslop/node-adapter
v0.1.1 · 3 months ago
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.
No known vulnerabilities