-
Currently, **@rtk-query/codegen-openapi** generates named export hooks for queries and mutations, but it is missing the useQueryState hooks. I would like to propose an enhancement to include the useQu…
-
When I call the yarn command to build the sitemap, I get this error:
![error](https://user-images.githubusercontent.com/52676492/67895256-88955200-fb30-11e9-87ea-29db1681dda5.jpg)
My package.jso…
-
- [x] __step 1: create react app__ | b4cfd58c33604d6904086bf810e7ab8af641d887 & bb78b13bb41ce008381e0989daec1ee62808b9a0
- [x] __step 2: presentational component__ | fbf67244a25e08f1a18985490e76a7d6d…
-
- [x] Create github repo
- [x] Create React Project
- [x] Install all dependencies
- [x] Redux & Redux Thunk
- [x] React Router v5
- [x] Tailwind
- [x] Axios
- [x] Toastify
-
After the initial sentry integration in #1256
There's some additional things that can be done:
* [ ] Like defining the error boundarry: https://docs.sentry.io/platforms/javascript/guides/react/co…
-
### Have you completed your first issue?
- [ ] I have completed my first issue
### Guidelines
- [X] I have read the guidelines
- [ ] I have the link to my latest merged PR
### Latest Merged PR Lin…
-
remark,no ideas
-
This doesn't work
```
export class ExampleModule extends Component {
componentDidMount() {
this.props.initApp();
}
render() {
const { appName = 'app' } = this.props;
return…
-
- [ ] update dependencies
- [ ] rewrite componenets
- [ ] test and update react-router-redux
-
This sample is based on react-router 2.0. The router has changed a lot since that version, which makes it difficult to follow the sample today.
Would someone create a branch of this project to dem…