Skip to content

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions web-dev/Frontend/Libraries & Frameworks/Learn-React.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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 just open source projects you can contribute to

* [Opensource projects you can contribute to](#opensource-projects-you-can-contribute-to)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you generate table of content with doc-toc or did you insert manually?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manually

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we add doc-toc as a git hook?
https://github.com/thlorenz/doctoc#usage-as-a-git-hook

Choose a reason for hiding this comment

The 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
Expand Down Expand Up @@ -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)