-
-
## Tech Checklist
### Project Fundamentals
- [ ] Used Vite for this project
- [x] Used React
- [x] Used React Router for client side routing
- [x] Used Context at least once
- [x] Made a fetch to get…
-
> This is an API refinement story preparation for the first major release. It introduces a breaking change and will be released respectively.
## What:
I suggest to add the following React hook:
…
-
I try not to use `export default` because people can rename the component when they import it, which leads to all sorts of headaches when you refactor later. Suggest only using named exports.
We've…
-
My company and I were just discussing different comparisons in React like `` vs ``. I can see other frameworks being just as relevant.
If you think this is a good idea, I would love to help contrib…
-
-
I'm getting the following error while testing on mobile screens (tested on Google Chrome with iPhone 6/7/8). Works fine for iPad tho!
Warning: `Infinity` is an invalid value for the `height` css st…
-
### Describe the feature / bug 📝:
Two toasts appear when running in strict mode.
I understand that usually toasts shouldn't be rendered via a `useEffect`. In my case I have a hook called `useNot…
-
# 🙋 Feature Request
I would like [`useAsyncList`](https://react-spectrum.adobe.com/react-stately/useAsyncList.html) to support a dependency list, similar to that of `useEffect`, `useCallback`, `useMe…
-
**Question**
Hello, i have recently created a table that has a custom cell in the last column, the cell contains a button. This button should trigger the opening of a Modal so that the user can decid…