elderjs
qwik
Our great sponsors
elderjs | qwik | |
---|---|---|
23 | 19 | |
1,874 | 3,415 | |
2.5% | 23.1% | |
7.5 | 9.6 | |
6 days ago | 5 days ago | |
TypeScript | TypeScript | |
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
-
Should I go further with Svelte or just migrate to Sveltekit
I like SvelteKit and am using it on projects, but this looked interesting too https://elderguide.com/tech/elderjs/
-
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.
-
Pro’s and Con’s of developing on a framework?
I mostly use Svelte (https//svelte.dev) for any frontend development, and stick with two frameworks: SvelteKit(https://kit.svelte.dev) or Elderjs (https://elderguide.com/tech/elderjs/).
-
What front end framework(s) are suitable for relatively large web applications? (>500 pages)
Svelte might be worth looking into. There is even another version called ElderJS that boasts 10k+ paged SEO First deployments, both server side and static site. For reference, Elder.js easily generates a data intensive 18,000 page site in 8 minutes using a budget 4 core VM
-
Best SSR framework for SEO?
If you're dead set on SPA, I'd take a look at Elder.js. It's Svelte based and is designed to handle SPA prerendering at scale.
qwik
-
"Resumable" JavaScript
Lazy loading exists, although I don't know enough about the framework to know how it works: https://github.com/BuilderIO/qwik/blob/main/packages/docs/pages/guide/lazy-loading.mdx
-
Hydration is Pure Overhead
If you made it this far, thanks for reading! Learn more about Qwik here, or follow us on Twitter to get updates as we have them
To put this idea into practice, we built Qwik, a framework that is designed around resumabilty and achieves excellent startup performance. We're also excited to hear from you! Let's keep the conversations going and get better as a community at building faster web applications for our users.
-
Show HN: Monocle – bidirectional code generation library
This is neat! I’m curious if you see this being extended for other languages, or the concept being applied in other projects?
As for similar concepts, several projects by builder.io have some overlap. Most notably Mitosis[1], but I’d be shocked if TS-Lite[2] isn’t using similar techniques. Potentially Qwik[3] as well but I’m not sure, I would have bet that’s using Mitosis but it looks like that’s the other way around.
1: https://github.com/BuilderIO/mitosis
2: https://github.com/BuilderIO/ts-lite/tree/main/packages/core
- Entire website in a single JavaScript file
-
From Static to Interactive: Why Resumability is the Best Alternative to Hydration
If you have any questions, ask away on our discussions forum and join our Discord server.
-
How to optimize your LCP (with visuals!)
Some projects that can help automate this for you include Qwik, Partytown, Marko, and Astro
- Qwik – The HTML-First Framework
-
Resumable JavaScript with Qwik
Qwik is a unique JavaScript framework in that it is the only one that exists today that can hydrate out of order at a component level. It goes beyond that though Qwik introduces a new concept to the vernacular of JavaScript: The Resumable Framework.
-
State of JavaScript 2021 is out
Server-side JS is an exceedingly useful tool for certain use cases. Specifically, sharing server and client logic. I know everyone here likes to hate on JS frameworks, but the productivity of being able to build one thing in one language instead of the same thing twice in two languages is hard to overstate.
Sure, that has some trade offs like page bloat. But almost all of the JS framework universe is focused now on reducing or eliminating those trade offs: partial hydration, build time code elimination, server components, etc. There’s still a long way to go before the DX and UX reach parity, but it’s inevitable, and closer than one might think (see Qwik[1]).
What are some alternatives?
SvelteKit - The fastest way to build Svelte apps
solid - A declarative, efficient, and flexible JavaScript library for building user interfaces.
React - A declarative, efficient, and flexible JavaScript library for building user interfaces.
vue-lazy-hydration - Lazy Hydration of Server-Side Rendered Vue.js Components
Scully - The Static Site Generator for Angular apps
Angular - The modern web developer’s platform
partytown - Relocate resource intensive third-party scripts off of the main thread and into a web worker. 🎉
astro - Build fast websites, faster. 🚀🧑🚀✨
sapper-rbac - RBAC for Sapper
GoJS, a JavaScript Library for HTML Diagrams - JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
pinia - 🍍 Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support