dc

Results 40 comments of dc

I require it... because I need to write code that handles soft deletes, like the following: ``` Validator.register( 'requiredArray', (value: Vm[], requirement, attribute) => { console.log({ value, requirement, attribute })...

``` async/await arrow functions consts & lets ``` That's great... will make the code much easier to read. Promises are a bit messy

I'm actually getting very quick FOUC from Intercom when changing routes. I suspect it's related to this

It would need to support floating point numbers in addition to integers. With the ability to set precision ranges. My project's current solution was to wrap TextField. Is adding generic...

Same use case (keeping a table's search filters as URL parameters so that the URL can be shared/bookmarked). Except I'm using the provided `useSearchParams` hook. The setter triggers a re-render....

Thanks @lobsteropteryx @ryanewtaylor for the candid responses. Much appreciated. I definitely appreciate that it hasn't been a simple transition from Flex :) I've spent the day trying to extend your...

Good to know. FYI my fork now has HMR working, but it's a little imperfect. I need to add react hot loader to preserve component state. Then I'm confident it...

If you need it, submit a PR.