John Rom
John Rom
Try out one of my PRs and see if they solve your problems first. They were not cheap and dirty, but so far as I can tell they are completely...
Please don't tag me to rant, I can offer you the option to use my PR at your own risk, but I'm not the repository owner and will not provide...
@adam-thomas-privitar I'm glad someone tried it and we can stop with the "omg lol like, usetransition pls so ez" Everything that is dispatched in order to cause a render would...
I think in a library of controlled inputs like formik, the only real use case for useTransition is for effects after the onChange, because like mentioned above the very concept...
The main problem honestly is that I only spend about 4 hours a week on non-work projects, and right now my focus is on a separate project. I have also...
This PR is complete so far as I know, just needs documentation. I don't plan to make any more changes until this is merged or specific changes within scope are...
@jaredpalmer I made a change here to use unstable_batchedUpdates but I don't know how to configure tsdx to create an alternate index.native.js entrypoint. Any ideas??
@jaredpalmer it isn't ready to merge until we solve the issue of building a React Native version w/ `import { unstable_batchedUpdates } from 'react-native';` This is to support React Native...
@jonstuebe yeah, I have been experimenting with the metro compiler and setting up Formik to build a version with a React native suffix like index.native.js, but I haven't had much...
I published a fix for this that requires zero developer intervention in Metro / Expo. It uses an ugly tsdx workaround to generate multiple Formiks, chooses a custom one via...