-
### Describe the bug
Third-party npm modules that import SVGs in the following manner aren't transformed into React components:
```js
import { ReactComponent as Logo } from "./logo.svg";
`…
-
## Common Needs
- customize theme and color
- better structure
- components/styled, to host wrapped components using styled solution (such as styled-components, @emtion/styled)
-
Hi
**Scenario:**
1. Go to https://github.com/GeekyAnts/NativeBase-KitchenSink/tree/web-support
2. Follow the guide "To create new react app"
3. Add `App.js` an import to native-base `import { …
ghost updated
4 years ago
-
## ES6 Set 和 Map
### Set的结构是类似于数组结构,但是成员都是不重复的值(对象除外)
+ SET的方法和属性
+ add 添加
+ has 查询
+ delete 删除
+ clear 清除
+ size 长度/大小
+ forEach 遍历(第一个参数和第二个参数相同…
-
Hello, I have a project that is run using create-react-app and customize-cra, here is what I do in my config-overrides.js
```
addWebpackModuleRule({
test: /\.scss$/i,
use: [
"st…
-
RT:
```
Error { [Error: JavaScript evaluation error: 'ReferenceError: colorPalette is not defined']
message:'JavaScript evaluation error: \'ReferenceError: colorPalette is not defined\'',
st…
-
Hi!
This issue is already kind of open in [rsuite#947](https://github.com/rsuite/rsuite/issues/947), but I thought I should open the issue here (where I think it belongs) with some more details.
…
-
addPostcssPlugins([
require("postcss-pxtorem")({
rootValue: 16,
propList: ["*"],
replace:true
// propList: ['*', '!bord…
-
Hi!
I've tried `craco-antd` to customize default antd theme and it works great!
However, I have a question about further customization of antd components:
I use default CRA configuration with…
-
https://3perf.com/blog/link-rels/
https://3perf.com/talks/web-perf-101/
https://www.quora.com/What-is-the-difference-between-script-src-and-link-href
https://developer.mozilla.org/en-US/docs/Web/HT…