BUnit and HTMX?
#1249
|
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? |
Answered by
egil
Oct 28, 2023
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. |
0 replies
Answer selected by
egil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.