
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@rettangoli/fe
Advanced tools
A modern frontend framework that uses YAML for view definitions, web components for composition, and Immer for state management. Build reactive applications with minimal complexity using just 3 types of files.
.view.yaml, .store.js, .handlers.js files scale from single page to complex applicationsrtgl fe build # Build components
rtgl fe watch # Start dev server
Runtime:
Build & Development:
Browser Native:
rettangoli.config.yaml file in your project rootbun install
# Scaffold a new component
node ../rettangoli-cli/cli.js fe scaffold --category components --name MyButton
# Build once
node ../rettangoli-cli/cli.js fe build
# Watch for changes (recommended)
node ../rettangoli-cli/cli.js fe watch
src/
├── cli/
│ ├── build.js # Build component bundles
│ ├── watch.js # Development server with hot reload
│ ├── scaffold.js # Component scaffolding
│ ├── examples.js # Generate examples for testing
│ └── blank/ # Component templates
├── createComponent.js # Component factory
├── createWebPatch.js # Virtual DOM patching
├── parser.js # YAML to JSON converter
├── common.js # Shared utilities
└── index.js # Main exports
Create a rettangoli.config.yaml file in your project root:
fe:
dirs:
- "./src/components"
- "./src/pages"
setup: "setup.js"
outfile: "./dist/bundle.js"
examples:
outputDir: "./vt/specs/examples"
Use visual testing with rtgl vt:
rtgl vt generate
rtgl vt report
For a complete working example, see the todos app in examples/example1/.
FAQs
Frontend framework for building reactive web components
We found that @rettangoli/fe demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.