Michaël De Boey
Michaël De Boey
@kentcdodds switched to `intent` in his learning materials now, as this reduces overloading of the term `action`
@kentcdodds switched to `intent` in his learning materials now, as this reduces overloading of the term `action`
I wanted to re-submit #2735 again, as: - The first release supporting separate packages was `1.3.3`, which was released on 23 Mar 2022 https://github.com/remix-run/remix/releases/tag/v1.3.3 - The `replace-remix-imports` migration was added...
Follow-up of #4030 --- This will fail on Windows because of https://github.com/facebook/jscodeshift/issues/520, https://github.com/benjamn/recast/issues/1170 & https://github.com/benjamn/ast-types/issues/814
@chaance You last updated the `chakra-ui` example, so you have some experience with `emotion`. Could you maybe look into the `emotion` example as well? @helderberto Since you're the original creator...
Just like I did in https://github.com/remix-run/remix/pull/3315 & https://github.com/remix-run/react-router/pull/8941
This PR brings these hooks in line with what we have in the Remix repo --- #9669 needs to be merged first
This PR brings these functions in line with what we have in the Remix repo
I could have gone with `Omit`, which would be less code, but I like the explicitness of `Pick` more in these cases