Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leye195/cra-template-rrrs

create react app with typescript, react-query, react-router, recoil for SPA
https://github.com/leye195/cra-template-rrrs

Last synced: 27 days ago
JSON representation

create react app with typescript, react-query, react-router, recoil for SPA

Awesome Lists containing this project

README

        

# cra-template-rrrs

The template for Create React App

## Start Template

### yarn

```
yarn create react-app my-app cra-template-rrrs
```

### npm

```
npm init react-app my-app cra-template-rrrs
```

## template support

- typescript 4.4.x
- styled-components
- react-router
- react-query
- recoil



Written by @DanYJ