-
npm create vite@latest ./ -- --template react
-
**Note** this issue has some overlap with FAQ section issue #29.
We revamped the docs, but there are a few guides that are missing and that I think are essential.
### Available
- [ ] @mateoholm…
-
### Minimal reproducible example
https://github.com/joeporpeglia/sensors-permission-repro
### What platform(s) does this occur on?
iOS
### Did you reproduce this issue in a development bui…
-
_This is an overview issue to track all of the tasks necessary to introduce and refine the set of `Navigator` components, especially in the context of using it in the updated Global Styles Sidebar._
…
-
Saw this error when accessing an object's Settings:
![Image](https://github.com/user-attachments/assets/7f43d016-1b5a-4809-938b-3d3fe3f7087c)
Warning: validateDOMNesting(...): cannot appear as a de…
-
```
Download the Apollo DevTools for a better development experience: https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm
react-dom.development.js:12…
-
I get this error in my typescript vite project. It was working before for a long time until after I updated yesterday. Here is my package.json:
"packages": {
"": {
"dependencies": {
…
-
I am using `react-native-motion` along with `react-router-native`
I have `FlatList` with list of items where each item is wrapped with `ShareElement` like this,
…
-
Is there a way to do ‘exit A comp while entering B comp’ instead of ‘exit A comp before entering B comp’?
It seems that right now, it only supports showing one component at a time. It would be real…
sbtly updated
4 years ago
-
# 进阶
接上篇 #54 ,入门好以后写一些普通页面没什么问题了。但是要写出**可复用性高**、易于维护的组件需要多多练习,除了看代码、写代码外没有什么别的捷径。
我会按难易度从小到大列出一些源代码:
* [react router][1]:代码非常好懂,测试很友好。关键字:history,legacy context。
* [formik][3]:表单组件,代码比较易读。关键字:…