0.6.2 • Published 3 years ago

@rockr/marketplace-ui v0.6.2

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

Marketplace react library

Hi! In this package you have access to shared components between client-side and GTN.

About components

  • Do not use React.FC. Read more

  • Preferably use Rock-ui features to style your component. You can use styled-components in cases that is too complex to resolve with Rock-ui.

  • Keep clean the component tree.

  • Lint your files is mandatory.

  • You can add any third-party package, but keep in mind a few things:

    • Is this package not discontinued?
    • Is this package compatible with typescript?
    • How is the complexity to add and use?
    • Is there great players using this package?
    • Is the community present?