Closed andretchen0 closed 7 months ago
As a developer of Tres/Cientos, I would like reorganizations to be simpler.
Moving a component from one category to another requires a lot of changes (12) to the codebase:
/src/core
/src/componsables
/src
/playground/pages/*
/playground/pages
/docs/guide/*
/docs/guide
index.ts
The views/routes in the docs and playground would remain unchanged for the user.
No response
Personally, I like the folder structure that we have now. I find all the components in the same folder (core) quite unorganized (like r3f)
@JaimeTorrealba
Sounds good. Closing.
Description
As a developer of Tres/Cientos, I would like reorganizations to be simpler.
Moving a component from one category to another requires a lot of changes (12) to the codebase:
Suggested solution
Flatten the file structure
/src/core
and/src/componsables
to/src
/playground/pages/*
to/playground/pages
/docs/guide/*
to/docs/guide
index.ts
etc. to reflect the changesMaintain the views/routes
The views/routes in the docs and playground would remain unchanged for the user.
Alternative
No response
Additional context
No response
Validations