Tim Dorr

Results 176 comments of Tim Dorr

We could move the website to its own repo for clarity. That's what we do on React Router: https://github.com/remix-run/react-router-website

Under the separate repo option, I would still keep the docs in their respective repos, but load them into the docs site repo during its build process.

Does it transition to the new page if you add some wait time to the test? We use `startTransition` between navigations, so this introduces potentially async behavior to rendering. You...

While this does appear to be correct, I don't think that selector is exported from the authSlice module. We should add that as well.

Hey @aryaemami59, is ESLint being run in CI anywhere? I just noticed we're not running it on React Redux and it's been bugged for a while in that repo. Our...