pstrh
pstrh
Same here - just adding one icon via fontawesome-react will add 30 KB to our bundle (11 KB gzipped). The icon itself is about 260 B (gezipped) when added via...
If you don't need any of the extra features an alternative approach is to convert the svgs into react components yourself - via https://react-svgr.com/.
Thanks @simstefani for making us aware of `initialValuesEqual`. An alternative solution to the deep equal (depending on the use case) would be to set `initialValuesEqual={() => true}`. The form can...
In this context, it would be great if the router dependency could be made optional. Currently, even if a remote does not require a router, a router dependency still needs...