react-workspaces-playground icon indicating copy to clipboard operation
react-workspaces-playground copied to clipboard

⚛️ 🐈 Zero Config Create-React-App Monorepos with Yarn Workspaces, Lerna and React Storybook.

Results 47 react-workspaces-playground issues
Sort by recently updated
recently updated
newest added

Hi F1LT3R, I deeply appreciate your work on this. I'm having a hard time upgrading to Typescript 4.0.1. Any chance you're planning to update react-workspaces playground? While I'm asking, the...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Fresh install. When running the following code, I get the following error: `npx create-react-app --scripts-version @react-workspaces/react-scripts --template typescript my-ts-app` `Cannot find module 'cra-template-typescript'`

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

I'm applying the project in a microfrontends context, it's almost all functional, but I need to put in apps / app in your package.json the property `" homepage ":" http:...

When instructing CRA apps to use https for dev server hot module reloading stops working. To reproduce: 1. Clone this repo 1. Switch to repo folder 1. run `yarn` in...

- the following typescript has been turned off and causing project issues ``` '@typescript-eslint/prefer-as-const': 'off', '@typescript-eslint/no-non-null-asserted-optional-chain': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/ban-ts-comment': 'off', '@typescript-eslint/no-explicit-any': 'off' ``` - underlying dependencies of all project...

Good morning my friends I'm having trouble using create-react-native-app on lerna using workspaces Below I do the step by step, but we see that this way the node_modules folder in...

Hello! I'm working on implementing React Workspaces Playground as a monorepo framework and i have a few questions: 1. How would you handle adding a babel.config.js and plugins/presets to the...

I'm trying to integrate [MinIO](https://min.io/) into my Monorepo application developed using `react-workspaces-playground`. It throws a crypto [error](https://github.com/ipfs/js-ipfs/issues/270). Has anybody tried working with MinIO?