W01fw00d / chemistry-ui

User Interface Components Library, based on Material-UI. It uses Storybook to generate a catalog.
https://chemistry-ui.netlify.app/?path=/story/*
1 stars 0 forks source link

Business logic should not be in library components #46

Open W01fw00d opened 3 years ago

W01fw00d commented 3 years ago

I believe templates and other components with very specific business logic should remain on the app instead.

Better not to refactor this project, but rework this concept using an agnostic tech (so this library can be used by non-react apps), using composition better to avoid props drilling and having 100% custom styles, no ui library underneath.