svelte-query
Performant and powerful remote data synchronization for Svelte (by SvelteStack)
uibuilder
Typed HTML templates using TypeScript's TSX files (by wisercoder)
svelte-query | uibuilder | |
---|---|---|
15 | 10 | |
842 | 134 | |
0.1% | 0.0% | |
2.3 | 0.0 | |
about 2 years ago | over 5 years ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
svelte-query
Posts with mentions or reviews of svelte-query.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-08.
-
TanStack Query's Svelte adapter released!
Nice I was waiting for this! I'm using the old implementation: https://sveltequery.vercel.app/
-
When is Svelte Query coming out?
I'm aware there's another Svelte Query here but it seems like it is not maintained and will be incorporated into Tanstack Query.
-
What server-state-management / automatic-refetch library are you using with SvelteKit?
Until then I use Svelte Query
-
Some thoughts after a few months of working on Svelte projects in my spare time.
I like React Query so I would be excited to use this however it doesn't seem ready for Svelte given the docs "Coming Soon" and Svelte Query being relatively unmaintained.
-
Fetching Data in Svelte
Svelte Query :)
-
Wouldn't it be nice if {#await} blocks were compatible with RxJS Observables?
Or just use svelte-query and toss that observable junk to the side.
-
Switching from Svelte to SvelteKit
Exactly. That's the big thing I want to work on next. Not sure whether to use Svelte Query or manually cache the data. In an ideal scenario all the API calls are cached because if two users hit the site at the same time, for instance, there's no need to request the same data twice. This is getting to the edge of my skillset but psyched to try to learn this part.
-
My Favorite Tech Stack for 2022
That's it. Nothing highly sophisticated. It is mostly the tech I enjoy and I think is valuable in the future. There are also other libraries I really enjoy, like XState and React Query (there is also Svelte Query). Just to mention a few.
- Open Source contribution ideas for Svelte/SvelteKit
-
State of the Sveltejs Ecosystem?
Caching: svelte-query, sswr
uibuilder
Posts with mentions or reviews of uibuilder.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-18.
-
Svelte 5 is not JavaScript
With a simple 500-line lib you can write Web Components just like React, here's an example: https://github.com/wisercoder/uibuilder/blob/master/WebCompo...
-
React v19 has been released
You can use JSX syntax without using React. You can stay close to raw HTML/CSS/JS too. See here: https://github.com/wisercoder/uibuilder And here's a complete app example: https://github.com/wisercoder/eureka/tree/master/webapp/Clie...
- Show HN: WebJSX â A tiny Web Components and JSX library
-
Show HN: A JavaScript library for imperative JSX
If you want to use JSX without React see this 500-line lib: https://github.com/wisercoder/uibuilder
And here's an app built using this lib:
- Web Components Will Outlive Your JavaScript Framework
- If Web Components are so great, why am I not using them?
- Ask HN: Good resource on writing web app with plain JavaScript/HTML/CSS
-
AlpineJS â Lightweight JavaScript Framework
This looks bad. I see custom syntax, and JavaScript embedded into HTML in a way that cannot be syntax-checked at build time.
If you want a lightweight framework check out UIBuilder instead: https://github.com/wisercoder/uibuilder
Same JSX syntax as React, but this lib is very simple -- just over 200 lines of source code.
-
Virtual DOM is pure overhead
If you don't need Virtual DOM then Web Components are a great idea for building reusable components that work with all frameworks, including React. You can even use JSX to build Web Components: https://github.com/wisercoder/uibuilder
What are some alternatives?
When comparing svelte-query and uibuilder you can also consider the following projects:
sswr - đĨ Svelte stale while revalidate (SWR) data fetching strategy
proposal-import-attributes - Proposal for syntax to import ES modules with assertions
routify - Automated Svelte routes
fastdom - Eliminates layout thrashing by batching DOM measurement and mutation tasks
htmx - </> htmx - high power tools for HTML
langterm - đšī¸ WebGL-based VT220 emulator, made as a learning example and frontend for a text adventure