You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be better to avoid copying files to the user project other than the components themselves. Files like helper.ex or component.ex could be used directly from SaladUI instead of generating in each project. The ZagHook and in general all hooks doesn't need to be copied either, users can just import it in their app.js file directly from SaladUI dependecy.
The text was updated successfully, but these errors were encountered:
@selenil 👍 users normally don't touch these files. Let's do this for v1. I think we should bump version after integrating all necessary components with Zagjs
I think it would be better to avoid copying files to the user project other than the components themselves. Files like
helper.ex
orcomponent.ex
could be used directly from SaladUI instead of generating in each project. TheZagHook
and in general all hooks doesn't need to be copied either, users can just import it in theirapp.js
file directly from SaladUI dependecy.The text was updated successfully, but these errors were encountered: