egil / Htmxor

Supercharges Blazor static server side rendering (SSR) by seamlessly integrating the Htmx.org frontend library.
MIT License
130 stars 13 forks source link

Naming convention for methods, types, components. #33

Closed egil closed 7 months ago

egil commented 7 months ago

Right now the library uses a mix of different ways to name things. I prefer consistency :)

Rules:

This does mean the Hx prefix goes away, such that e.g. HxRoute becomes HtmxRoute.

Input is welcome.