Skip to content

Commit 1cc0e98

Browse files
committed
更新 React 通关秘籍 至完整版
1 parent 0b83593 commit 1cc0e98

File tree

169 files changed

+45581
-28533
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+45581
-28533
lines changed

.DS_Store

8 KB
Binary file not shown.

Electron + React 从 0 到 1 实现简历平台实战/4.环境篇-动手搭建我们的简历平台.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
5555
一来二去,你怕是会口喷芬芳,于是我们都会在本地起一个 dev-server 服务,具体表现就是:在浏览器中通过 `IP + Port`,就能访问到我们的应用页面,比如 `http://127.0.0.1:7001` 就能本地访问简历平台。
5656

57-
这就是我们的 Web 开发以及在浏览器上如何访问、调试。
57+
it 这就是我们的 Web 开发以及在浏览器上如何访问、调试。
5858

5959
想明白之后,我们继续往下看,到底 Electron 是什么玩意,它跟 React 有什么关系?如果你认真阅读了[第二章-Electron 认识](https://juejin.cn/book/6950646725295996940/section/6961585436967829516),应该知道,Electron 是一个让你采用 Web 技术去开发原生应用的框架。
6060

React 通关秘籍/12-组件实战:ColorPicker(一).md

Lines changed: 0 additions & 215 deletions
This file was deleted.

0 commit comments

Comments
 (0)