paralink-network / paralink-ui

3 stars 4 forks source link

added components and pages #21

Closed ghost closed 3 years ago

ghost commented 3 years ago

Fixed typescript issues and move some components and pages into components and pages folders.

Prefer to remove prettier error from the current ts config.

ghost commented 3 years ago

Looks good , a few things to address though. Let's go with the following structure for now then :

  • assets

    • images
    • fonts
    • styles
  • components

    • ui
    • feature
  • pages
  • utils
  • services

What do you think ? we replace the layout by ui This would help us put the "dumb component" only displaying UI in there And the smart one used & shared in pages in the feature

I think we don't need feature folder inside components because components are UI. We can setup feature reusable things in utils. But I will follow your lead because this is not important. Prefer to have images, fonts in the public folder.