All Projects → Wscats → React Tutorial

Wscats / React Tutorial

🐅Some of the react tutorial - 《React学习笔记》

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Tutorial

Js Stack From Scratch
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
Stars: ✭ 18,814 (+5321.9%)
Mutual labels:  tutorial, react-router
Judo Heroes
A React application to showcase rendering with Universal JavaScript
Stars: ✭ 373 (+7.49%)
Mutual labels:  tutorial, react-router
Serverless Stack Com
An open source guide for building and deploying full-stack apps using Serverless and React on AWS.
Stars: ✭ 3,617 (+942.36%)
Mutual labels:  tutorial, react-router
Universal React Tutorial
📓 How to build universal web apps with React.
Stars: ✭ 136 (-60.81%)
Mutual labels:  tutorial, react-router
Cntk World
🌎 Simple and ready-to-use deep learning examples for the Microsoft Cognitive Toolkit (CNTK)
Stars: ✭ 335 (-3.46%)
Mutual labels:  tutorial
Intellij Idea Tutorial
IntelliJ IDEA 简体中文专题教程
Stars: ✭ 19,071 (+5395.97%)
Mutual labels:  tutorial
Magic In Ten Mins
十分钟魔法练习
Stars: ✭ 327 (-5.76%)
Mutual labels:  tutorial
Cmb2 Snippet Library
CMB2 Code Snippet Library
Stars: ✭ 323 (-6.92%)
Mutual labels:  tutorial
Angular Tutorial
🐰Some of the angular tutorial - 《Angular学习笔记》
Stars: ✭ 342 (-1.44%)
Mutual labels:  tutorial
Custom Object Detection
Custom Object Detection with TensorFlow
Stars: ✭ 338 (-2.59%)
Mutual labels:  tutorial
Learn Istanbul
🏁 Learn how to use the Istanbul JavaScript Code Coverage Tool
Stars: ✭ 332 (-4.32%)
Mutual labels:  tutorial
First Contributions
🚀✨ Help beginners to contribute to open source projects
Stars: ✭ 21,839 (+6193.66%)
Mutual labels:  tutorial
Sublimetutor
An interactive in-editor keyboard shortcuts tutorial for Sublime Text 3
Stars: ✭ 336 (-3.17%)
Mutual labels:  tutorial
Learn React App
Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!
Stars: ✭ 3,364 (+869.45%)
Mutual labels:  tutorial
Try Django 2.2
Try Django 2.2 is step-by-step to build a modern, fully open-source, Blog web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 338 (-2.59%)
Mutual labels:  tutorial
Winerama Recommender Tutorial
A wine recommender system tutorial using Python technologies such as Django, Pandas, or Scikit-learn, and others such as Bootstrap.
Stars: ✭ 324 (-6.63%)
Mutual labels:  tutorial
Zed Examples
ZED SDK Example projects
Stars: ✭ 330 (-4.9%)
Mutual labels:  tutorial
Rust Raspberrypi Os Tutorials
📚 Learn to write an embedded OS in Rust 🦀
Stars: ✭ 7,275 (+1996.54%)
Mutual labels:  tutorial
Pytorch
Deep Learning Zero to All - Pytorch
Stars: ✭ 328 (-5.48%)
Mutual labels:  tutorial
Mnist Android Tensorflow
Handwritten digits classification from MNIST with TensorFlow on Android; Featuring Tutorial!
Stars: ✭ 328 (-5.48%)
Mutual labels:  tutorial

认识 React

React 是 facebook 开源的一套框架,可总结为以下几个特点:

  • 基于 JSX 语法糖实现
  • JUST THE UI:在多层架构的设计模式中,React 并不算 MVC 的架构,它可理解为 MVC 的 V 层。
  • VIRTUAL DOM:虚拟DOM,是轻量的 js 对象,只保留了原生 dom 的一些常用的属性和方法。
  • DATA FLOW: React是单向响应的数据流。

技术点

题外话

这份教程是综合了Y.PigDK的内容,因为代码和文档比较多,整理中如有疏漏或者错误,可以在 Issues 中提出,多多谅解,希望对你们有帮助,如果你喜欢可以点个 Star 或者 Fork ,谢谢~

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].