Webformula Core
- ⚡ Lightweight - 5.9KB compressed
- ⚡ Fast - optimized FCP and low overhead
- ⚡ Simple - No complex concepts
- ⚡ Full featured - Signals, internationalization, routing, bundling
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).
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.