Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
React From Zero | 4,616 | 5 years ago | 3 | gpl-2.0 | HTML | |||||
A simple (99% ES2015 less) tutorial for React | ||||||||||
Plotlydash Flask Tutorial | 466 | 3 months ago | 22 | Less | ||||||
📊📉 Embed Plotly Dash into your Flask applications. | ||||||||||
Ffmpeg Tutorial Cn | 279 | 6 years ago | TeX | |||||||
FFmpeg Tutorial 中文版 | ||||||||||
Meteor Getting Started | 36 | 9 years ago | CoffeeScript | |||||||
Урок для хабры. Разработка первого метеор приложения. | ||||||||||
Kivyunittest | 23 | 1 | 6 years ago | 9 | September 13, 2017 | 1 | mit | Python | ||
:bee: Test more, cry less! | ||||||||||
Talks_and_tutorials | 3 | 7 years ago | mit | HTML | ||||||
Repository for materials for informal and slightly less informal talks and tutorials | ||||||||||
Introduction To Less | 3 | 8 years ago | ||||||||
Course files for the Introduction to Less course | ||||||||||
Boostrap Social Buttons | 2 | 9 years ago | CSS | |||||||
Create social sharing buttons using Boostrap, FontAwesome and LESS |
A simple (99% ES2015 less) tutorial for React. Everything runs in the browser without a manual pre-compilation.
If you want to run the examples with create-react-app, you have to copy the text/babel
script parts of the examples into the src/index.js
file of the React app you created and change the renderTarget
s ID from app
to root
.
Lesson 0 - Object Elements - Preview
Lesson 1 - Element Factory - Preview
Lesson 3 - Nested Elements - Preview
Lesson 4 - Components - Preview
Lesson 5 - Properties - Preview
Lesson 6 - Property Types - Preview
Lesson 7 - Property Example - Preview
Lesson 8 - Nested Components - Preview
Lesson 9 - Component Classes - Preview
Lesson 10 - Example App - Preview
Lesson 11 - Lifecycle Methods - Preview
Lesson 12 - Component refactor - Preview
Lesson 13 - Element Refactor - Preview
Lesson 14 - References - Preview
Lesson 15 - Simple Integration - Preview