routify
svelte-query
routify | svelte-query | |
---|---|---|
12 | 15 | |
1,860 | 818 | |
0.2% | 0.5% | |
8.9 | 2.3 | |
15 days ago | about 1 year ago | |
JavaScript | 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.
routify
-
How's routing done in Vanilla Svelte?
Been using Routify in all my projects since I started with Svelte like 3-4 years ago.
-
SvelteKit: How do you handle largish projects with so many +page & +page.server files?
Anyway, it seems you have a problem with Sveltekit routing. You can still use Svelte with other SSR frameworks, such as Astro, a router like https://routify.dev, or switch to another framework altogether.
-
Svelte and abandonware?
Routify is still active and new version in the works. Version 3 can be used https://github.com/roxiness/routify/tree/next
-
Tauri with Svelte or SvelteKit?
I would have to say Svelte with a router like https://routify.dev . My recent blog post originally used sveltekit but I swapped it out last minute
-
Is there a way to restrict access to certain routes using svelte-spa-router
Consider https://github.com/roxiness/routify
-
If anyone can help me with my noob questions
Regarding some suggestions on here recommending SvelteKit: Learning SvelteKit might be a big ask depending on what you're trying to do. If you just want to stick with svelte only for now, and you want to add SPA routing capabilities, consider checking out https://routify.dev there's a ton of documentation for it and it's fairly simple to pick up. ✌🏼
-
State of the Sveltejs Ecosystem?
Routing: We have a few third party ones such as routify, svelte-spa-router and svelte-routing as well as the clientside routers included in SvelteKit and Sapper.
-
Sveltekit - to use or not to use?
if Next.js/Nuxt like needs are not something you're looking for yet, you can definitely go ahead with Svelte's default client-side app approach, with svelte-spa-router or routify for SPAs.
-
Learning to cook at home with Parsnip - built entirely with Svelte!
We chose Routify for client-side routing because this was around the time that Sapper seemed like it was being sunset in favor of Sveltekit which doesn't seem production-ready quite yet. We also have plans to statically pre-render the app so it can more-or-less work entirely offline and Routify makes that relatively straightforward (but see below).
-
Comparing Svelte and React
Since svelte does a lot of compile time stuff, I would like to mention Routify, which is compile time SPA routing. For me it worked awesome to accomplish projects with many routes and the need for hash based routing.
See https://routify.dev/ and https://routify.dev/guide/installation/install-to-existing-p...
svelte-query
-
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
What are some alternatives?
awesome-sveltekit - Awesome examples of SvelteKit in the wild
htmx - </> htmx - high power tools for HTML
svelte-routing - A declarative Svelte routing library with SSR support
react-query - 🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]
SvelteKit - web development, streamlined
budibase - Budibase is an open-source low code platform that helps you build internal tools in minutes 🚀
svelte-spa-router - Router for SPAs using Svelte 3
svelte-starter-kit - Svelte with brilliant bells and useful whistles
sswr - 🔥 Svelte stale while revalidate (SWR) data fetching strategy
Sapper - The next small thing in web development, powered by Svelte
urql - The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.