C
C#•2w ago
eid

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
Jimmacle
Jimmacle•2w ago
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
eid
eid•2w ago
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)
Jimmacle
Jimmacle•2w ago
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
eid
eid•2w ago
i know, but i'm a biggner , i need guide book
eid
eid•2w ago
no, i mean a book like that: ASP.NET Core 6 and Angular - Fifth Edition: Full-stack
Jimmacle
Jimmacle•2w ago
if you can't find one then it probably doesn't exist there's not really a reason for one to exist imo
Jimmacle
Jimmacle•2w ago
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
eid
eid•2w ago
ok, but it seem it's not popular
Jimmacle
Jimmacle•2w ago
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
eid
eid•2w ago
if i were microsoft , i will buy svelte and use it instead of blazor
Jimmacle
Jimmacle•2w ago
well that's not going to happen and won't solve your current problem
eid
eid•2w ago
😆 , i know, if u can reach my sound to Microsoft ,tell them about my suggestion
Jimmacle
Jimmacle•2w ago
i have as much say in what microsoft does as you do
eid
eid•2w ago
blazor problem will not be solved ,it need a lot of years
Jimmacle
Jimmacle•2w ago
not sure what that has to do with your question
eid
eid•2w ago
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
Jimmacle
Jimmacle•2w ago
yes, what does complaining about blazor have to do with finding a book about using svelte with ASP.NET Core
eid
eid•2w ago
yes
Angius
Angius•2w ago
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