svelte with asp.net core
I don't know why svelte not popular with asp.net core, i see it very easy and similar to blazor and overcome on the problem of blazor,
i can't find book that talk about svelte with asp.net core , if u know a book that talk about that , please tell me about it
21 Replies
what do you need a book for? they're separate technologies, if you know how to work with web APIs in both that's all you need
i've also seen resources online about using svelte with razor pages/etc
i'm a bigner, there r a lot of book that focus on api and front-end framwork, all talk about asp.net core and vue, recat or angular(the most)
if you're doing a SPA that talks to a C# backend, they're basically separate projects
so follow C# resources for the backend and svelte resources for the frontend
i know, but i'm a biggner , i need guide book
Tutorial: Create a web API with ASP.NET Core
Learn how to build a web API with ASP.NET Core.
no, i mean a book like that:
ASP.NET Core 6 and Angular - Fifth Edition: Full-stack
if you can't find one then it probably doesn't exist
there's not really a reason for one to exist imo
GitHub
GitHub - vb-consulting/RazorSvelte: Template project for the .NET R...
Template project for the .NET Razor Pages with Svelte Framework, Bootstrap, and Rollup - vb-consulting/RazorSvelte
ok, but it seem it's not popular
it's not, because svelte is relatively new
if you want to learn from a book you'll probably need to pick a more common stack
if i were microsoft , i will buy svelte and use it instead of blazor
well that's not going to happen and won't solve your current problem
😆 , i know, if u can reach my sound to Microsoft ,tell them about my suggestion
i have as much say in what microsoft does as you do
blazor problem will not be solved ,it need a lot of years
not sure what that has to do with your question
it's related , i said that in my question:(I don't know why svelte not popular with asp.net core, i see it very easy and similar to blazor and overcome on the problem of blazor,
i can't find book that talk about svelte with asp.net core , if u know a book that talk about that , please tell me about it), u may not noticed that
yes, what does complaining about blazor have to do with finding a book about using svelte with ASP.NET Core
yes
There's no "Svelte with ASP.NET Core"
There's a Svelte SPA
And there's an ASP.NET Core API
Separate
Individual
Completely and utterly distinct
Unique projects
Often running on completely different servers
Make one
Make the other
Call the API with
fetch()
or whatever Svelte uses
Just like if the API was made with Python, Java, Elixir, Kotlin, Dart, Rust, PHP, Ruby, Javascript, Typescript, or anything else