Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wx-chevalier/react-notes

:books: 现代 Web 开发之 React 篇
https://github.com/wx-chevalier/react-notes

react redux web zustand

Last synced: 25 days ago
JSON representation

:books: 现代 Web 开发之 React 篇

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![license: CC BY-NC-SA 4.0](https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-lightgrey.svg)][license-url]





Logo


在线阅读 >>




代码案例
·
参考资料

# React Series - React 入门与工程实践篇

本篇归属于 [Web Series,Web 开发入门与工程实践](https://github.com/wx-chevalier/Web-Notes),其主要以 React 为核心的技术体系为主线,为读者构建完整的前端技术知识体系,探讨前端工程化的思想,并且能使不同技术水准的读者都有所得。传统上,Web 应用的 UI 是使用模板或 HTML 构建的。这些模板就是你可以用来构建 UI 的全套抽象。React 将用户界面分解为各个组件,发展出了构建 UI 的全新途径。构建可以管理自己状态的封装组件,然后将它们组合起来制作成复杂的 UI。

![Think React](https://assets.ng-tech.icu/item/20230417210044.png)

# Nav | 关联导航

- 如果你是颇有经验的开发者,想要了解前端工程化与架构方面的知识,那么建议阅读[《Web-Notes](https://github.com/wx-chevalier/Web-Notes)》一文。

- 如果你希望了解 Node.js 全栈开发,可以参阅 [《Node-Notes](https://github.com/wx-chevalier/Node-Notes)》。

# About

## Copyright & More | 延伸阅读

![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg) ![](https://parg.co/bDm)

笔者所有文章遵循[知识共享 署名 - 非商业性使用 - 禁止演绎 4.0 国际许可协议](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.zh),欢迎转载,尊重版权。您还可以前往 [NGTE Books](https://ng-tech.icu/books-gallery/) 主页浏览包含知识体系、编程语言、软件工程、模式与架构、Web 与大前端、服务端开发实践与工程架构、分布式基础架构、人工智能与深度学习、产品运营与创业等多类目的书籍列表:

[![NGTE Books](https://s2.ax1x.com/2020/01/18/19uXtI.png)](https://ng-tech.icu/books-gallery/)

[contributors-shield]: https://img.shields.io/github/contributors/wx-chevalier/repo.svg?style=flat-square
[contributors-url]: https://github.com/wx-chevalier/repo/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/wx-chevalier/repo.svg?style=flat-square
[forks-url]: https://github.com/wx-chevalier/repo/network/members
[stars-shield]: https://img.shields.io/github/stars/wx-chevalier/repo.svg?style=flat-square
[stars-url]: https://github.com/wx-chevalier/repo/stargazers
[issues-shield]: https://img.shields.io/github/issues/wx-chevalier/repo.svg?style=flat-square
[issues-url]: https://github.com/wx-chevalier/repo/issues
[license-shield]: https://img.shields.io/github/license/wx-chevalier/repo.svg?style=flat-square
[license-url]: https://github.com/wx-chevalier/repo/blob/master/LICENSE.txt