You have the starter template of Elder.js running. So what is next? This guide will help you explore the project.
some text
You have the starter template of Elder.js running. So what is next? This guide will help you explore the project.
Building a simple blog with Elder.js is easy. Just toss a few markdown files in a folder of this project!
What types of sites can you build with Elder.js? Can I use it for ______? What parts of the project do most people struggle with?
my XX test
Svelte.js shines at bringing interactivity to otherwise static websites.
By default, Elder.js statically renders Svelte components, only mounting them in the browser when it encounters
a Svelte component which includes the
hydrate-client={}
prop.
The clock on this page is an example of a component that has been hydrated on the client.
This approach makes it easy to build SEO friendly websites, with Svelte for interactivity when needed.
By default all hydrated components are lazy loaded with an intersection observer.