Skip to content

Commit

Permalink
add Expo & Gatsby
Browse files Browse the repository at this point in the history
  • Loading branch information
lcp0578 committed Jul 20, 2024
1 parent 086ed40 commit 9e0385d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -768,9 +768,11 @@
- [TypeScript简介](src/TypeScript/basic.md)
- [JavaScript、TypeScript、ES6三者之间的联系和区别](src/TypeScript/es6.md)
- [lit](src/TypeScript/lit.md)
13. [React 相关](src/React/README.md)
13. [React 与 React Native 相关](src/React/README.md)
- [React Navigation vs React Router](src/React/ReactNavigationReactRouter.md)
- [Babel转码器](src/React/Babel.md)
- [Gatsby 基于 React 的框架](src/React/Gatsby.md)
- [Expo - 基于React Native的一款上层框架](src/React/Expo.md)
13. [node.js](src/nodejs/README.md)
- [node.js基础](src/nodejs/nodejs.md)
- [npm基础](src/nodejs/npm.md)
Expand Down
9 changes: 9 additions & 0 deletions src/React/Expo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Expo - 基于React Native的一款上层框架
- https://expo.dev/
- Expo is a framework that makes developing Android and iOS apps easier. Our framework provides file-based routing, a standard library of native modules, and much more.
- 总结
- 基于React Native的一款上层框架
- 同时支持Android、iOS 和 Web的跨端开发
- 提供了Expo CLI脚手架、Expo Go沙箱、EAS 构建、EAS 提交、EAS 更新、Expo Router、Expo module API 等一系列扩展功能
- 通过Expo,避免了直接对原生开发,原生代码都由Expo构建产出。(但也支持自定义原生内容)
- Expo SDK 接续了 React Native 核心库的结尾。它提供对许多设备和系统功能的访问,例如音频、条形码扫描、相机、日历、联系人、视频等。它还添加了其他强大的库,如更新、地图、OAuth 身份验证工具等。目前很多主流库都支持Expo,不支持的库也提供了接入方式。
4 changes: 4 additions & 0 deletions src/React/Gatsby.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Gatsby 基于 React 的框架
- https://www.gatsbyjs.com/
- Gatsby 是一个基于 React 的免费、开源框架,用于帮助开发者构建运行速度极快的网站和应用程序。
- Gatsby 是一个为 React 打造的快如闪电的现代化站点生成器。
6 changes: 4 additions & 2 deletions src/React/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## React 相关
## React 与 React Native 相关
- [React Navigation vs React Router](ReactNavigationReactRouter.md)
- [Babel转码器](Babel.md)
- [Babel转码器](Babel.md)
- [Gatsby 基于 React 的框架](Gatsby.md)
- [Expo - 基于React Native的一款上层框架](Expo.md)

0 comments on commit 9e0385d

Please sign in to comment.