custom-react-stack icon indicating copy to clipboard operation
custom-react-stack copied to clipboard

A guide to building your own React stack, explaining options and tradeoffs along the way

Results 6 custom-react-stack issues
Sort by recently updated
recently updated
newest added

See https://github.com/remix-run/remix/issues/2836. For now I have pinned remix to 1.3.5. This should be relaxed when the issue is resolved.

Currently we are importing it by reaching out in the ui-lib directory, e.g. ``` import stylesHref from '../../../packages/ui-lib/src/styles/main.css'; ```

https://github.com/remix-run/remix/issues/1193

https://github.com/remix-run/remix/issues/2564

Update dependencies on `@storybook/react` from `next` to the latest version when https://github.com/storybookjs/storybook/pull/17215 gets merged. **Edit** It is merged - will be released as part of storybook 3.5.0

Take out overrides of react and react-dom in `/package.json` when version 18 is automatically hoisted instead of version 17.