Direct link to the article Powering Search With Astro Actions and Fuse.js

Powering Search With Astro Actions and Fuse.js

With Astro, we can generate most of our site during our build, but have a small bit of server-side code that can handle search functionality using something like Fuse.js. In this demo, we’ll use Fuse to search through a set of personal “bookmarks” that are generated at build time, but return back proper results from a server call.
Bryan Robinson on
Direct link to the article I’m confused about Static Site Generators. Are they only for informational sites where I can’t log in or display any dynamic data?

I’m confused about Static Site Generators. Are they only for informational sites where I can’t log in or display any dynamic data?

I got this question from a listener the other day. Fair question, I’d say. The word “Static” in “Static Site Generator” is at-odds with the word “Dynamic.” It seems to imply that the website created with a Static Site Generator …