create-react-microservice icon indicating copy to clipboard operation
create-react-microservice copied to clipboard

πŸš€ Create highly scalable and universal React microservices/applications within seconds.

Results 73 create-react-microservice issues
Sort by recently updated
recently updated
newest added

**What I did** I fixed a bug in `create-react-microservice`Β which stripped numeric values when computing npm scope **How I did it** I removed the `.replace` which removed the numeric values...

### Describe the problem: create-react-microservice strips numeric values from npm orgs, which are actually legal in org names. #### Steps to reproduce: 1. Run `create-react-microservice my-project` 2. Set an org...

**What I did** I only fixed a typo **How I did it** **How to verify it** **Checklist** - [ ] I executed `yarn run test` in the root of `create-react-microservice`...

### Describe the problem: create-react-microservice failing on windows #### Steps to reproduce: Run create-react-microservice to create a mono-repo on a Windows machine #### Observed Results: * What happened? This could...

bug
CLI

Currently the i18n setup is pretty static, which means that it is not possible to switch the language at runtime, this should be implemented since there might be cases where...

enhancement
scaffold

As soon as a user installs a new dependency inside a mono-repo package, yarn will remove the symlinks created by the `flow-mono-cli`. It would be super helpfull if they would...

scaffold

### Describe the problem: Since we've already got the `create-any-cli` tool setup in the root of the scaffold, it would be nice to have templates to scaffold new node or...

enhancement
docs / recipe
scaffold

We should switch to HTTPS by default, maybe by integrating LetsEncrypt / [auto-sni](https://github.com/DylanPiercey/auto-sni) or at least a dummy certificate for development.

scaffold

### Describe the problem: As of now the scaffold does not provide flow support for the jest spec files of reselect selectors. The reason why we haven't added it in...

enhancement
help wanted
scaffold

### Describe the problem: Currently the example feature development docs do not fully reflect the best practices in regards to tests.

scaffold