elderjs
SvelteKit
Our great sponsors
- Appwrite - The open-source backend cloud platform
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
elderjs | SvelteKit | |
---|---|---|
28 | 594 | |
2,098 | 16,675 | |
0.2% | 1.7% | |
0.0 | 9.7 | |
about 1 year ago | 1 day ago | |
TypeScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
elderjs
-
Best static site generator that uses Svelte
Does someone has experience with headless static sites generator that uses svelte with an optimized SEO in mind? I'm currently testing https://github.com/sveltejs/kit but I ran into some problems into building using static-adapter (index.html without static content, metatags being generetad by JS and not inside html file) so I'm currently testinghttps://github.com/elderjs/elderjs and https://github.com/withastro/astro and I would like to know if someone has any experience using svelte to build "simple" projects without the need of client side routing or SSR, just a plain old html, js and css build. Thanks!
-
Ask HN: What's is your go to toolset for simple front end development?
If you are in a larger scale SEO project this does blazing fast static generation with Svelte: https://github.com/Elderjs/elderjs
-
SvelteKit for jamstack?
check out https://github.com/Elderjs/elderjs
-
Hello world, this is RoboStreamer
Finally, there is the frontend process powering the RoboStreamer website and the control center. The whole frontend is created with Svelte using Elder.js which makes it easy to create fast and SEO friendly web projects.
-
Sveltekit i18n - How to adapt page URLs to language ?
I'll just throw it out there though: it looks like Elder.js might be a another good option for this: https://elderguide.com/tech/elderjs/
-
How can I build a data site that doesn't need to be updated often?
If you're comfortable with html and not afraid of learning Javascript you should be able to pick up Svelte quite quickly. There's a cool project build on it called Elder.js and it's all about massive statically generated sites from data.
-
what is partial hydration and why is everyone talking about it?
This lets you reduce your payloads while still having control over component lazy-loading, preloading, and eager-loading. While lesser known than Astro, Elder.js included partial hydration as early as August 2020, roughly six months before Astro's initial commit.
- Netlify Drop
-
How to Build a Low-tech Website?
Personally for SSG I use Elder.js and found it to be great. Built both my hobby project and work project using it.
SvelteKit
-
The "+page.svelte" stinks
The core team put a lot of thought into directory-based routing. Rich Harris documented the reasoning here: - https://github.com/sveltejs/kit/discussions/5748 - https://github.com/sveltejs/kit/discussions/5037
-
SGSG (Svelte + Go + SQLite + gRPC) - open source application
SvelteKit
-
Show HN: I built a domain name marketplace for folks (like me) who hoard domains
I've always sat on the design, marketing and front-end side of the fence, so this was my first attempt at making a 'full' web app.
Here's the stack I used:
- SvelteKit (https://kit.svelte.dev/)
-
Dark Mode with SvelteKit, a Blog Post
Hello internet. I just published a new blog post on how to implement dark mode with SvelteKit, optionally with PostCSS and TailwindCSS:
-
Stop flickering theme after page refresh in Sveltekit and Daisy UI
Hi, Sveltian today I would like to share you how to stop theme flickering after we refreshing a page while we using Daisy UI with Sveltekit
-
Ask HN: If you were to build a web app today what tech stack would you choose?
I just started a project and chose this stack:
- SSR SvelteKit with Hydration (https://github.com/sveltejs/kit)
-
How To Get Type-Safety Frontend Queries Like GraphQL Without GraphQL Using Typescript
ZenStack generates queries that target either SWR or TanStack, making it compatible with a wide range of full-stack frameworks such as Next.js, Remix, SvelteKit, Nuxt, and more.
-
How To Choose the Best Static Site Generator and Deploy it to Kinsta for Free
SvelteKit is a top pick for Svelte developers.
-
Crafting A Minimalist Portfolio Website with SvelteKit and Pico CSS
Creating a portfolio website can be a practical way to showcase resumes, projects, and blogs. As someone who leans more towards backend development, I found myself in the situation of wanting to establish an online presence without drowning myself into the complexities of React or dealing with the manual development with plain HTML, CSS, and JavaScript. It was in the search for a simpler alternatives that I found Svelte, and its meta-framework, SvelteKit.
-
Svelte + Firebase SSR
// See https://kit.svelte.dev/docs/types#app // for information about these interfaces declare global { namespace App { // interface Error {} interface Locals { id: string; email: string; } // interface PageData {} // interface Platform {} } } export {};
What are some alternatives?
Next.js - The React Framework
Nuxt.js - Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]
Express - Fast, unopinionated, minimalist web framework for node.
astro - The web framework that scales with you — Build fast content sites, powerful web applications, dynamic server APIs, and everything in-between ⭐️ Star to support our work!
vite - Next generation frontend tooling. It's fast!
Svelte - Cybernetically enhanced web apps
qwik - Instant-loading web apps, without effort
remix - Build Better Websites. Create modern, resilient user experiences with web fundamentals.
solid - A declarative, efficient, and flexible JavaScript library for building user interfaces.
Playwright - Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
Angular - Deliver web apps with confidence 🚀
openapi-generator - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)