-
-
The above error occurred in one of your React components:
in Unknown (created by d)
in Suspense (created by d)
in i (created by d)
in d (at App.tsx:36)
in Router (created by B…
-
### React and Redux 性能,框架优化总结
----
#### React
1. 利用React Server Render 提高首屏的渲染速度
- 利于SEO
- 加速首屏的渲染时间
- 前后端共享数据源
使用`Reacr.renderToString`, `React.renderToStaticMarkup`。
2. 请将方法的bi…
-
### Reproduction link
[https://ibb.co/tHKtCc7](https://ibb.co/tHKtCc7)
### Steps to reproduce
just update nextjs to latest version and you will see there's an issue with antd config provider
…
-
**Describe the bug**
> pnpx sb init - fails no error, just hangs
> pnpx sb init --type react: fails with the following error
```sh
• Installing Storybook for user specified project type: re…
-
### Issue and Steps to Reproduce
I have a code, like this:
App.jsx:
```jsx
import { OidcProvider } from '@axa-fr/react-oidc';
// ...
// ...
```
RoutesConfig.jsx
```jsx
…
-
I am trying to setup react router in my react application. The versions I am using are
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
…
-
Using the compose function I got this error:
```
TypeError: this.context.getQueryRecycler is not a function
at GraphQL.getQueryRecycler (/app/node_modules/react-apollo/graphql.js:138:37)
…