-
Notifications
You must be signed in to change notification settings - Fork 76
Add opensource & complete projects to React guide #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,9 @@ | |
* [React without ES6](#react-without-es6) | ||
* [Reconcilation - Diff Algorithm](#reconcilation---diff-algorithm) | ||
|
||
* [Complete Projects](#complete-projects-that-you-can-have-a-look) | ||
* [Opensource projects you can contribute to](#opensource-projects-you-can-contribute-to) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Did you generate table of content with There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Manually There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shall we add doc-toc as a git hook? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes please add |
||
|
||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
|
||
# Preface | ||
|
@@ -358,3 +361,14 @@ React is an open source javaScript library for building user interfaces by Faceb | |
| Concept | Best Video Resource | Best Text Resource | Documentation | Duration | | ||
| :------------ | :-----------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------: | :------: | | ||
| Reconcilation | [Chariot Solutions](https://chariotsolutions.com/screencast/philly-ete-2016-30-jim-sproch-react-js-reconciliation/) | [Medium](https://medium.com/@gethylgeorge/how-virtual-dom-and-diffing-works-in-react-6fc805f9f84e) | [ReactJS/Reconcilation](https://reactjs.org/docs/reconciliation.html) | 10 hours | | ||
|
||
# Complete projects that you can have a look | ||
|
||
* [Ivy Log](https://github.com/M-ZubairAhmed/Ivy-log) | ||
|
||
# Opensource projects you can contribute to | ||
|
||
* [Coderplex frontend](https://github.com/coderplex/coderplex) | ||
* [Wanna Todo](https://github.com/mkermani144/wanna) | ||
* [Spectacle](https://github.com/FormidableLabs/spectacle) | ||
* [Nylas Mail](https://github.com/nylas/nylas-mail) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont think it is complete so lets remove the title
complete projects
and let it be justopen source projects you can contribute to