DEV Community

Alex Spinov
Alex Spinov

Posted on

SolidStart Has a Free API That Gives You Full-Stack Fine-Grained Reactivity

SolidStart: SolidJS meta-framework. File routing, server functions, SSR/SSG. No virtual DOM — only exact DOM nodes update.

const getPosts = query(async () => { "use server"; return db.posts.findMany() }, "posts")
Enter fullscreen mode Exit fullscreen mode

Next.js features + SolidJS performance. Fine-grained reactivity = faster than React.


Need to automate data collection or build custom scrapers? Check out my Apify actors for ready-made tools, or email spinov001@gmail.com for custom solutions.

Top comments (0)