Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 4.77 KB

README.md

File metadata and controls

56 lines (43 loc) · 4.77 KB

Various projects related to React, ReactJS and React Native

Here are some projects related to ReactJS, some of them are from the Udemy's 2021 versions.

JS Array Functions

Not really next-gen JavaScript, but also important: JavaScript array functions like map() , filter() , reduce() etc. You'll see me use them quite a bit since a lot of React concepts rely on working with arrays (in immutable ways).

The following page gives a good overview over the various methods you can use on the array prototype - feel free to click through them and refresh your knowledge as required: JS Reference: Array. Particularly important in this course are:

Useful Resources & Links

Reaching out to the Web from React (Http/Ajax)

Backend Service

  • Firebase: https://firebase.google.com This is a free service offered by google, it is an out-to-the-box working backend which includes a data base.