react-formular icon indicating copy to clipboard operation
react-formular copied to clipboard

ui framework integrations

Open theluk opened this issue 6 years ago • 3 comments

For better real-life usage, react-formular should be integratable into some popular ui frameworks like Material or grommet.

I was thinking about a sub package with some naming convention like react-formular-{uiFramework}.

theluk avatar Jun 19 '18 14:06 theluk

Are there specific libraries you want to integrate it with, or just create sub package for as many as possible?

Pjaerr avatar Oct 23 '18 19:10 Pjaerr

Hey Pjaerr,

Thanks a lot for your question.

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.

So what do you think?

theluk avatar Oct 23 '18 19:10 theluk

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

Pjaerr avatar Oct 25 '18 08:10 Pjaerr