✅ Blazor vs Razor Pages
Hello lovers of C#,
I have a passion project that is basically a recipe manager.
At the moment i'm using Razor Pages. But now the problem is that i want to add some functionality that to my understanding is not possible in Razor Pages without the help of JS(which i don't know)
Basically i want to add a button that adds a new input field with a dropdown list. You can type in the product name, select neasurement from the dropdownlist and type in the amount. To my understanding and from what i have read Razor Pages doesn't quote have the capabilities for that without JS.
I know thay blazor is different, because you can write more complex front end only uaing C#.
My question would be. Should i switch to Blazor? Or should i stay with Razor Pages and learn JS?
I have a passion project that is basically a recipe manager.
At the moment i'm using Razor Pages. But now the problem is that i want to add some functionality that to my understanding is not possible in Razor Pages without the help of JS(which i don't know)
Basically i want to add a button that adds a new input field with a dropdown list. You can type in the product name, select neasurement from the dropdownlist and type in the amount. To my understanding and from what i have read Razor Pages doesn't quote have the capabilities for that without JS.
I know thay blazor is different, because you can write more complex front end only uaing C#.
My question would be. Should i switch to Blazor? Or should i stay with Razor Pages and learn JS?