Skip to content

Commit

Permalink
Merge pull request #7 from NisanurBulut/rev_guidereactjs
Browse files Browse the repository at this point in the history
Rev guidereactjs Readme Files refreshed
  • Loading branch information
NisanurBulut authored Feb 10, 2021
2 parents 32c3500 + d70a68a commit 47de79d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ This work is practical views of reactJs tutorials.
[Devto](https://dev.to/) [popmotion](https://popmotion.io) [json-server](https://github.com/typicode/json-server)
[unsplash](https://unsplash.com/) [webgradients](https://webgradients.com/) [edamam api](https://developer.edamam.com/)
[values.js](https://github.com/noeldelgado/values.js) [covid-19 api](https://api.covid19api.com/) [api.weatherstack](http://api.weatherstack.com) [Gif resize](https://ezgif.com/resize) [ReactJs Turkish Library](https://github.com/omergulcicek/react) [ReactJs Articles](https://www.ninjakod.com/category/genel/reactjs/) [ReactJs-Redux Application](https://youtu.be/GbAENvrGbDo) [styled-components](https://styled-components.com/)
[RickAndMortyApi](https://rickandmortyapi.com/documentation) [The Net Ninja React Context & Hooks Tutorial](https://www.youtube.com/playlist?list=PL4cUxeGkcC9hNokByJilPg5g9m2APUePI) [tr.reactjs.org](https://tr.reactjs.org/docs/getting-started.html)
[RickAndMortyApi](https://rickandmortyapi.com/documentation) [The Net Ninja React Context & Hooks Tutorial](https://www.youtube.com/playlist?list=PL4cUxeGkcC9hNokByJilPg5g9m2APUePI) [tr.reactjs.org](https://tr.reactjs.org/docs/getting-started.html)[TraversyMedia-React JS Crash Course 2021](https://www.youtube.com/watch?v=w7ejDZ8SWv8&t=18s&ab_channel=TraversyMedia)
17 changes: 16 additions & 1 deletion guideReactJs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### Why Would You Use Ract ?
- Structure the "view" layer of your application
- Reusable components with their own state
- JSX — Dynamic markup
- Interactive UIs with Virtual DOM
- Performance and testing
- Very popular in the Industry

### What Should You Know First ?
* You should have a good handle on JavaScript. I would not suggest jumping to React without learning JavaScript firs !
- Data types, variables, functions, loops, etc.
- Promises & asynchronous programming
- Array methods like ForEach() or Map()
- Fetch API & making http request
### DOM vs Virtual DOM

<p><i>DOM</i>, Web sayfalarının bize görünmesini sağlayan html elemanlarının belirli bir düzenle bir arada bulunmasıdır.
Expand Down Expand Up @@ -57,6 +71,7 @@ Stateless component, prop'lar ile iletilen ya da render edilen veriyi gösterir.
</tbody>
<table></br>

![Components](https://github.com/NisanurBulut/MythologyOfReactJs/blob/rev_guidereactjs/guideReactJs/public/assets/components-functionsVSclasses.png)
### Component Lifecycles
<p>

Expand Down Expand Up @@ -116,4 +131,4 @@ function Example() {
### Helpfull Websites
[tr.reactjs.org](https://tr.reactjs.org/docs/getting-started.html)
[styled-components](https://styled-components.com/)
[The Net Ninja React Context & Hooks Tutorial](https://www.youtube.com/playlist?list=PL4cUxeGkcC9hNokByJilPg5g9m2APUePI)
[The Net Ninja React Context & Hooks Tutorial](https://www.youtube.com/playlist?list=PL4cUxeGkcC9hNokByJilPg5g9m2APUePI) [TraversyMedia-React JS Crash Course 2021](https://www.youtube.com/watch?v=w7ejDZ8SWv8&t=18s&ab_channel=TraversyMedia)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 47de79d

Please sign in to comment.