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
Regarding the fact that people are trying to decrease bundle size as much as possible, my first intention would be to make sub libs that only do the minimum required.
But of course if webpack for example can take care of extracting modules from one package and then minimize the bundle, it would not be important to make a package for each UI library.
Yes that makes sense, try and make it as modular as possible. I like the idea of this project so I will keep up to date and if I can contribute I definitely will :D
For better real-life usage,
react-formular
should be integratable into some popular ui frameworks likeMaterial
orgrommet
.I was thinking about a sub package with some naming convention like
react-formular-{uiFramework}
.The text was updated successfully, but these errors were encountered: