Webformula core
Welcome Getting started Routing Serve / Build Signals and binding Web component Templates Fetcher Multiple languages github-circle-black-transparent GitHub github-circle-black-transparent Example app

Webformula Core

Simple no thrills micro framework. Super performant and light-weight!
Highlights
About
Browsers, javascript, css, and html provide a robust set of features these days. With the addition of a couple of features like routing, we can build small performant applications without a steep learning curve. Webformula core provides the tools to achieve this in a tiny package (5KB).
SEO and SPA
Applications are built with a separate pre-rendered HTML file for each page. This means search engines will be able to catalog your entire application. While there is a separate HTML file for every page the application will still act like a SPA. It will download the entire application code and styles. The application will also build everything so it can be statically loaded from a CDN. Alternatively you can use server middleware to serve the application.
Links