Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Unavailable
Beginning React (incl. Redux and React Hooks)
Unavailable
Beginning React (incl. Redux and React Hooks)
Unavailable
Beginning React (incl. Redux and React Hooks)
Ebook216 pages3 hours

Beginning React (incl. Redux and React Hooks)

Rating: 3 out of 5 stars

3/5

()

Currently unavailable

Currently unavailable

About this ebook

Developed by Facebook, React is one of the leading frameworks to build efficient web user interfaces. You use small manageable components to build large-sale, data-driven websites without page reloads. No more wasting time hunting for DOM nodes!

In this book, we take you on a fun, hands-on and pragmatic journey to master React from a web development point of view. You'll start building React apps within minutes. Every section is written in a bite-sized manner and straight to the point as I don’t want to waste your time (and most certainly mine) on the content you don't need. In the end, you will have what it takes to develop a real-life app.

About the Reader
This book is for developers with basic familiarity with HTML, CSS, Javascript and object-oriented programming. No React experience needed.

About the Author
Greg Lim is a technologist and author of several programming books. Greg has many years in teaching programming in tertiary institutions and he places special emphasis on learning by doing.

LanguageEnglish
PublisherGreg Lim
Release dateNov 17, 2021
Unavailable
Beginning React (incl. Redux and React Hooks)
Author

Greg Lim

Greg Lim is a technologist and author of several programming books. Greg has many years in teaching programming in tertiary institutions and he places special emphasis on learning by doing.

Related to Beginning React (incl. Redux and React Hooks)

Related ebooks

Software Development & Engineering For You

View More

Related articles

Reviews for Beginning React (incl. Redux and React Hooks)

Rating: 3 out of 5 stars
3/5

1 rating1 review

What did you think?

Tap to rate

Review must be at least 10 words

  • Rating: 3 out of 5 stars
    3/5
    This isn't a bad book at all, it contains a lot of good information for beginners and everything is explained clearly, but the information contained is largely outdated despite being less than a year old. All the react is taught using class based compnents instead of the mostly preferred functional components. React router is using the older V5 version instead of the much improved V6, and the Firebase tutorials are based of V8 rather than the newer V9. I guess the book was written before some of these newer versions were released.

    It's a shame, none of the stuff taught here is obsolete by any stretch of the imagination, I just think anyone starting out learning react will quickly find themselves having to re-learn a bunch of stuff.

    I'd love to see an updated version of this book featuring the aforementioned newer technologies