Skip to content

Instantly share code, notes, and snippets.

View dangdinh87's full-sized avatar
💖
Focusing

Nguyễn Đăng Định dangdinh87

💖
Focusing
  • SELLY
  • Da Nang
  • 00:51 (UTC +07:00)
View GitHub Profile
@paulnguyen-mn
paulnguyen-mn / reactjs-learning-path-2020.md
Created June 25, 2020 15:46
Lộ trình học ReactJS cơ bản cho người mới bắt đầu 2020 🚀

Lộ trình học ReactJS cơ bản cho người mới bắt đầu 2020 🎉

  • Đôi tượng: mới bắt đầu học ReactJS mà không biết học những gì.
  • Yêu cầu kiến thức:
@phocks
phocks / random-react.html
Last active February 22, 2021 15:56
Learning react. This is a random number generator. Real simple.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Random</title>
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/babel-standalone@6.15.0/babel.min.js"></script>
<style>
html {