-
```
import {
MashroomPortalAppService,
MashroomPortalAppSetup,
MashroomPortalAppUser,
MashroomPortalClientServices,
MashroomPortalMessageBus,
MashroomPortalProxyPaths,
} from '@mas…
-
+ [x] `React.memo` (more generally, explore functional component support?)
+ [ ] `React.lazy` (deferred indefinitely, does this have meaning in Scala.js where bundle splitting does not exist?)
+ [ ]…
-
importing the library I first get webpack warning:
```
WARNING in ./~/clone-deep/utils.js
Critical dependencies:
7:34-41 require function is used in a way in which dependencies cannot be statically …
-
记录日常开发/打包/编译📦遇到的问题 & 解决方案
-
Followed the instructions for getting started. Not using `react-toolbox`, but `material-ui` instead. Here is the `package.json`
``` js
{
"name": "app",
"private": true,
"scripts": {
"start"…
-
### Steps to reproduce 🕹
Hi MUI team,
**Steps to Reproduce:**
You can reproduce the problem using the below repository:
```shell
git clone https://github.com/garronej/mui-import-esm
…
-
**What's happening**
On an Apple M1 Pro, craco build runs as expected.
However, docker build appears to be working but runs indefinitely. There is no error message.
Here is console log:
…
-
**I am submitting a possible bug.**
Just came across this issue. This is the first time I cloned the repo and try to build the project. The first I run `npm start`, to start the web pack dev serve…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
The `rootDir` compiler option in tsconfig.json is not being respected when building a N…
-
# Lazy loading React components with React.lazy | Felix Gerschau
Learn how to improve performance by reducing the bundle size of your application.
[https://felixgerschau.com/react-lazy-loading-compo…