Book Image

Learning React Reusable Components [Video]

By : Ben Fhala
Book Image

Learning React Reusable Components [Video]

By: Ben Fhala

Overview of this book

<p>This course is the next step for the React full-stack web developer who wants to gain a full understanding of React development. One of the most powerful features of React is that it follows a radically different method of application development. It moves away from the traditional monolithic approach and re-orients developers to creating in a fully componentized manner. This requires a completely different way of thinking that can be unfamiliar to developers trained in the old ways.</p> <p>This course will help you understand the power behind this new approach and show you how to build componentized apps and sites with reusable functionality. You will learn about the changes in ES6, and how they are important to React development, and how you can use Babel to use those features in current browsers. You will use JSX to create reusable components and learn how to pass parameters between them to create reactive sites. The course also dives into building Single-Page Applications (SPAs) using isomorphic JavaScript for a more dynamic experience.</p> <h1>Style and Approach</h1> <p>This course takes an extremely hands-on approach to teaching technology, full of practical examples and real-world advice. If you need to really understand component-based React development, then this is the course for you.</p>
Table of Contents (5 chapters)
Chapter 3
Componentizing
Content Locked
Section 5
Exploring ES6 Strings
Although not that many things changed in strings (compared to string templates) in ES6, in this video, we explore them as we create the header component. - Edit our header file - Know what's new in ES6 strings - Watch the changes live in action