Skip to content

Commit bcb40d9

Browse files
committed
add resources
1 parent 295191e commit bcb40d9

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

+29
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
11
React + D3 course content
2+
3+
### Resources
4+
5+
#### React lifecycle docs
6+
https://facebook.github.io/react/docs/react-component.html
7+
8+
#### What victory animation uses under the hood
9+
https://github.com/FormidableLabs/victory-animation
10+
https://css-tricks.com/using-requestanimationframe/
11+
https://github.com/d3/d3-interpolate
12+
13+
#### Victory Transition handles exit animations
14+
https://formidable.com/open-source/victory/docs/victory-transition
15+
https://github.com/FormidableLabs/victory-core/blob/master/src/victory-transition/victory-transition.js
16+
17+
#### Redux tutorial from its creator
18+
https://egghead.io/instructors/dan-abramov
19+
20+
#### Large, complicated d3/react codebase conversion with original d3 code
21+
https://github.com/nextstrain/auspice/
22+
23+
#### How to use leaflet maps in react
24+
https://github.com/nextstrain/auspice/blob/master/src/components/map/map.js
25+
26+
#### how to have react router change a route programattically for instance if a button navigates to a new route
27+
http://stackoverflow.com/questions/31079081/programmatically-navigate-using-react-router
28+
29+
#### default props for creating reusable components
30+
https://facebook.github.io/react/docs/react-component.html#defaultprops

0 commit comments

Comments
 (0)