GradientDescent

Blog by Michael Lucht

some text

Getting Started with Elder.js

You have the starter template of Elder.js running. So what is next? This guide will help you explore the project.

How to Build a Blog With Elder.js

Building a simple blog with Elder.js is easy. Just toss a few markdown files in a folder of this project!

Is Elder.js Right For You?

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?

XX Blog Page

my XX test

Partial Hydration:

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.