-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More examples #88
Comments
It might be hard to keep too many examples up-to-date. I think we barely do it for the HN and RealWorld examples today (e.g. if I recall correctly, the RealWorld example doesn't use One option might be to highlight projects from the community. E.g. https://crownframework.com/ is an e-commerce framework built using Sapper. I imagine it will be moved to Kit and could be something to suggest folks consider for an e-commerce site. There are also a couple SSG frameworks built using Svelte like Elder.js, Plenti, and JungleJS. I'm not sure those would necessarily use Kit, but it does sounds like JungleJS is going to try |
That looks awesome and would definitely make me go "wow!" |
Thinking about good examples, something that every developer might find useful and take immediately as starter point to develop something and evetually put in production, I think the following would be great additions:
I think it would be pretty useful to have a wel organized, with sane defaults, great looking blog/presentation/portfolio developed with SvelteKit that you could just fork and deploy to vercel with one command! It would be a great way to help developers give their first steps with SvelteKit with something real. A big plus would be to support https://mdsvex.com/ out of the box. I understand that making a fairly feature complete version of these sites is a lot of work, and perhaps too much code for an example, perhaps some basic starter version would be more appropiate and just let the community add more features |
Agree with OOTB mdsvex support (though I think we should use |
I think the main issue with transitions is #628 |
A SvelteKit based presentation framework would really boost Svelte difussion and adoption. If you could prepare one of your breath-taking presentations for the launch of SvelteKit, and include the presentation project in the SvelteKit example folder, it would let us all shamelssly steal it away from y... I mean get inspiration from your hard work. It would be a great starter for everyone willing to showcase Svelte, and the perfect excuse to start playing with it. |
I've put together several examples of using SvelteKit with different GraphQL clients, so the exact same project and endpoint but utilising different GQL clients for each one, is that something that would be of interest? |
i am committing to maintaining https://github.com/sw-yx/swyxkit/ for the time being - happy to donate it eventually as i probably wont maintain it long term - but it should serve the blog usecase, and i'd like it to serve the dashboard usecase after 1.0 is baked. |
I nominate https://skeleton.dev for a component example. |
Should we organize those examples or demos on some page? ie: |
SvelteKit + Supabase + Stripe example :) |
@Rich-Harris I know we commissioned some examples; does this issue still need to be open? |
The more examples we can create, the better, both in terms of helping people understand the capabilities of SvelteKit (and having useful references) and in terms of our own dogfooding.
Application Holotypes, while written as a guide for when not to use an SSR framework, contains some good inspiration for the sorts of things it would be interesting to build.
If it doesn't naturally fall out of those examples, then it would also be good to focus on page transition examples.
Also: an example of a component library
The text was updated successfully, but these errors were encountered: