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 noticed that the files are a bit unorganized/inconsistent in my opinion and I would like to clean it up during the GSoC 2023 alongside #68. (Not the red, not sure why those are there, could be VSCode.)
I am suggesting to revise the files like so:
ComponentName - folder name
ComponentName.jsx - the functional component
ComponentName.css - a css file to overwrite the parent css
index.js - import ComponentName from ./ComponentName.jsx and export default ComponentName so files can just import as ./ComponentName instead of ./ComponentName/ComponentName
other necessary js files/components - children components or js files used solely in ComponentName
This would make the repo easier to work with.
The text was updated successfully, but these errors were encountered:
What would you like to share?
I noticed that the files are a bit unorganized/inconsistent in my opinion and I would like to clean it up during the GSoC 2023 alongside #68. (Not the red, not sure why those are there, could be VSCode.)
I am suggesting to revise the files like so:
ComponentName - folder name
This would make the repo easier to work with.
The text was updated successfully, but these errors were encountered: