Usage
Now that you have your Gracile web project setup ready, you can start populating it with code and content.
Now that you have your Gracile web project setup ready, you can start populating it with code and content.
Document are wrapping your routes and are streamed eagerly. They are housing critical assets, page metadata, hydration helpers, asset entry points…
Like every full-stack meta-framework, routes are the central concept of Gracile. This is where everything got tied together, and besides that, and add-ons,…
Thanks to its solid Vite foundations, you have plenty of ways to work with any kind of static or optimized assets, from fonts to WASM.
CSS is an indispensable piece of tech. for making your website pleasurable, and accessible. Working with stylesheets should be made easy, too.
MPA / SSR is the base on which Gracile is built. You can transform your project for two types of targets: “Server” and “Static”.
There are up to 6 layers to choose from when it’s time to augment your web project with JavaScript. From pure static HTML, to a full-blown web-app experience,…
When you output Web Components from the server, with or without the declarative shadow DOM pre-render, it’s often desirable to initialize them with…