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
Currently auditing pages/index.js (getting ready to migrate over to TS) and noticed that i folded about 13 styles before to getting the render function.
At this point would it make sense to externalize the styles and import them?
Other pages aren't so bad except pages/showcase.js.
Most of the components in components/ aren't bad either except for maybe a few like components/SmallShowcase/index.js
Personally I vote, yes due to the increase readability.
I would slowly work on this during my free time and the TS rewrite.
The text was updated successfully, but these errors were encountered:
Currently auditing
pages/index.js
(getting ready to migrate over to TS) and noticed that i folded about 13 styles before to getting the render function.At this point would it make sense to externalize the styles and import them?
Other pages aren't so bad except
pages/showcase.js
.Most of the components in
components/
aren't bad either except for maybe a few likecomponents/SmallShowcase/index.js
Personally I vote, yes due to the increase readability.
I would slowly work on this during my free time and the TS rewrite.
The text was updated successfully, but these errors were encountered: