Replies: 1 comment
-
Hi! This is just some leftover from the early days 2022. Might change in v4 :) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team.
I hope this has not been asked previously, and if so, feel free to link me to it.
I was wondering why Tremor doesn't utilize the same conventions as Radix in terms of syntax of imports/exports.
To illustrate what I mean, see the code sections below.
What we currently have:
What I want/prefer:
It may not seem obvious at first, but here are some points on why I prefer this syntax over the current one:
Readability & efficiency
Cleaner code - less imports


From
to
Hoping to learn more about this!
Beta Was this translation helpful? Give feedback.
All reactions