go-bazzinga / hot-or-not-web-leptos-ssr

Other
1 stars 3 forks source link

Refactor events #202

Closed komal-rs closed 2 months ago

rupansh-gob commented 2 months ago

can we put the feature flags inside the new interface, that way the whole source code doesn't have to be filled with #[cfg(feature = "ga4")] all over and only limited to a specific file? Looks pretty clean overall though!