react-suspense icon indicating copy to clipboard operation
react-suspense copied to clipboard

React Suspense workshop

Results 3 react-suspense issues
Sort by recently updated
recently updated
newest added

When using nvm and node version 16 the `node setup` command fails. ![image](https://user-images.githubusercontent.com/80424905/171485975-148a605d-6289-46d9-a986-d8c161c55d81.png) The reason I ran into this issue, was because the previous module "testing" required node 16 to...

Hi Kent, just noticed this minor 'startTranistion' typo in the sidebar on this module: https://epicreact.dev/modules/react-suspense/usetransition-solution

I don't know why this option was added but it's preventing me from running `npm run setup --silent`. It crashes with this: ``` ➜ 7-react-suspense git:(main) npm run setup --silent...