Example usage with SvelteKit #687
Replies: 2 comments 5 replies
-
Hey @nilskj, Great starter repo! I keep hearing a lot of good things about Svelte, yet I haven't taken the time yet to look into it. I like that you're using docker and everything looks very clean. The thing I might add would be to put in just a little more code in terms of usage. For example, you could add a template that renders data from a simple collection assuming the user has gone into the admin to save something. That would show some basic principles in how the two systems can work together. We do this in the nextjs repo for this reason. Those would be the first things I'd be interested in if I was checking out how these tools work together and having it as an example could give users a good idea of what they can do to continue building. Do you plan on turning the repo into a template in GitHub? It is super cool to see these example repos come out! |
Beta Was this translation helpful? Give feedback.
-
@nilskj - We have two production apps using PayloadCMS with Svelte for the frontend right now. We are currently redoing our marketing site with Payload and Svelte and will be happy to share the code when completed. |
Beta Was this translation helpful? Give feedback.
-
Hey! I'm currently trying this cms out, just wondering if anybody already did achieve the following?
Just like the NextJs and CMS merged node server, can we do the same with Payload but with SvelteKit instead?
I created an initial experiment repo here. Any feedback, thoughts or things I would need to consider? Big thanks for this awesome project gone OS.
Beta Was this translation helpful? Give feedback.
All reactions