-
## 1. 基本概念
### 什么是Web应用?
所谓Web应用,指的是那些虽然用Web技术构建,但是展现形式却跟桌面程序或者移动端原生应用类似的产品。这类产品的特点是逻辑较重,交互复杂,通常也是单页式的。
主要包括:
- 交互占比较高的页面体系
- 以各种Hybrid技术构建的应用,其中的Web部分
大部分可以等同于所谓的“单页面应用”,可以参见之前写的这篇:[构建单页Web应用](htt…
xufei updated
7 years ago
-
First of all, thank you for the incredible library. It really solves so many fundamental issues I had with embedding CSS in my react projects.
I recently began work on a bit of a test project using…
-
### What happened?
Error: [@RNC/AsyncStorage]: NativeModule: AsyncStorage is null.
To fix this issue try these steps:
• Rebuild and restart the app.
• Run the packager with `--reset-cach…
-
**Describe what happened**
Include any error message or stack trace if available.
Everything works on iOS, and data comes through to my DataDog dashboard. When attempting to run on Android emulat…
-
### Description
build fail on android after upgrading from 0.74.5 to 0.75.1 caused by "/android/settings.gradle' line: 2"
```gradle
pluginManagement { includeBuild("../../../node_modules/@react-n…
-
🔥
## Issue
`` supports the `targetedMessage`, which is a great way to jump to a search result. However, the MessageList fails to scroll to a message that is far enough back (probably >100 messag…
-
Can we stub out these for now for web?
```
import { Fragment } from "react"
import { View } from "react-native"
export const useA11yOrder = () => {
return { Order: View, Index: Fragment }
…
-
### What happened?
Just setup this package within a project of mine, trying to test it with `expo start` I get the following error:
```
Invariant Violation: TurboModuleRegistry.getEnforcing(...…
-
Options:
- Ionic React: maybe can re-use parts of Coach CO2 web app?
- React Native: everybody uses it, more slick
- Vue: NREL CIMS UI dev group uses it
- Flutter: wave of future?
Ideally, we w…
-
https://github.com/Bogdan-Lyashenko/Under-the-hood-ReactJS (图解ReactJS 👍 💯 💯)
https://github.com/jeromedalbert/real-world-react (本仓库搜集了一系列基于 React 开发的真实环境下的开源应用代码库,能够帮助初学者从资深开发者的代码中逐步学习了解 React)
-…