Martin Maroši
Martin Maroši
Hello. > Likely sticking to Webpack at least in the short term to keep things simple, and use @module-federation/enhanced. Switching to Rspack still seems a lil bit early but def...
> Without an extra build I would say is the main goal? @Rugvip Yes, sorry got the terms mixed up. Deployments are handled by whoever is running the instance.
Possibly resolved in the PF5 version. cc @radekkaluzik
@vojtechszocs I think the next/deprecated modules should not be listed. There are conflicting names and the API difference will cause unexpected issues.
Hello. There are other questions, such as tree shaking. It can be challenging with commonjs modules and bundles like webpack or rollup. Having es module variant of the library (alongside...
> you don't need treeshaking if you deep import the files you need, I am aware of that. I'll bet any amount of money that a lot of people do...
@Bharadwajshivam28 sure thing :)
@Bharadwajshivam28 I've updated the description a bit. You can follow this guide for development setup: https://www.data-driven-forms.org/development-setup#heading-addingformcomponentexample#developmentsetup
@GilbertCherrie can you provide the form schema, please?
@ag13 , hi can you provide an example in codesandbox? Changing initial values should work unless some fields were already changed, then the form will not reset the values it...