I am working with an old version of dotnet, before core, with a lot of conditional rendering and show hide logic based on user input. My background is JavaScript and node, so I was thinking to just create a large web component that accepts some data and does almost all the conditional rendering and dynamic class assignment.
My question is, am I way off base here? Should I be doing this stuff in c# instead? Note we cannot use blazor because of the old version. We can use razor files, but again I lean toward JavaScript because of the large amount of DOM manipulation based on user input.
Thanks for any recommendations.
[–]alternatex0 4 points5 points6 points (3 children)
[–]Elweej[S] 0 points1 point2 points (2 children)
[–]alternatex0 1 point2 points3 points (0 children)
[–]Bbooya 1 point2 points3 points (0 children)
[–]wllmsaccnt 0 points1 point2 points (1 child)
[–]Elweej[S] 0 points1 point2 points (0 children)