Replies: 1 comment
-
I was wondering why was the twind extension not working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love the framework and how lightweight it is especially when compared to clunky frameworks like ReactJS.
Islands are a great way of compartmentalizing components which need JS on the client side only.
What about components in general? Reusable formats to be used either for server side or client side?
Where should they live?
I think it would be best to have a "components" folder by default in the file structure to make it easy to have a central location to import from for either client or server side components.
Also for visual studio for some reason the twind intellisense requires the setup to be in a file in the root of the project, can it be moved from utils?
I manually moved it for my project, but it would be convenient if that were the default for every project.
Beta Was this translation helpful? Give feedback.
All reactions