-
I´m looking forward to .net 8 and Blazor Static Server Rendering but as that mode doesn´t have interactions so to reep the benifits of the speed it offers with some dynamic functionality (e.g swapping out content with HTMX etc.) I want to use HTMX just likethe Spark-framework.net does. And I was wondering how that would play with BUnit and if it doesn´t right now, if there is something for it in the future? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
bUnit is very similar to SSR, so yeah, if you want to test that a component produces the right markup which you can share with HTMX on the client side, it should just work. |
Beta Was this translation helpful? Give feedback.
bUnit is very similar to SSR, so yeah, if you want to test that a component produces the right markup which you can share with HTMX on the client side, it should just work.