-
Notifications
You must be signed in to change notification settings - Fork 2
/
learn.json
51 lines (51 loc) · 1.5 KB
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"react": {
"name": "React",
"description": "React is a JavaScript library for creating user interfaces. Its core principles are declarative code, efficiency, and flexibility. Simply specify what your component looks like and React will keep it up-to-date when the underlying data changes.",
"homepage": "facebook.github.io/react",
"examples": [{
"name": "Example",
"url": "examples/react"
}, {
"name": "React + Backbone.js",
"url": "examples/react-backbone"
}, {
"name": "Scala.js + React",
"url": "examples/scalajs-react"
}, {
"name": "TypeScript + React",
"url": "examples/typescript-react"
}, {
"name": "React + Alt",
"url": "examples/react-alt"
}],
"link_groups": [{
"heading": "Official Resources",
"links": [{
"name": "Tutorial",
"url": "http://facebook.github.io/react/docs/tutorial.html"
}, {
"name": "Philosophy",
"url": "http://www.quora.com/Pete-Hunt/Posts/React-Under-the-Hood"
}, {
"name": "Support",
"url": "http://facebook.github.io/react/support.html"
}, {
"name": "Flux architecture example",
"url": "https://github.com/facebook/flux/tree/master/examples/flux-todomvc"
}]
}, {
"heading": "Community",
"links": [{
"name": "ReactJS on Stack Overflow",
"url": "https://stackoverflow.com/questions/tagged/reactjs"
}, {
"name": "Google Groups Mailing List",
"url": "https://groups.google.com/group/reactjs"
}, {
"name": "IRC",
"url": "irc://chat.freenode.net/reactjs"
}]
}]
},
}