Book Image

React Recipes [Video]

By : Diego Muracciole
Book Image

React Recipes [Video]

By: Diego Muracciole

Overview of this book

<p><span id="description" class="sugar_field">ReactJS has been taking the world of front end development by storm. It helps you write even the most complicated dynamic interfaces which makes easy thing easy and hard things achievable. This video dives straight into the most important React concepts and new features in the latest version of React (Fiber) to help you solve your daily development problems. With addition to covering the React basics this video covers a wide range of topics such as UI animations, rendering and routing logic. Moving along we'll learn to develop react components and techniques on how to Introduce react into your existing code base.State and data management have been a persisting problem in web development this video provides a wide range of solutions to those problems by introducing you to the world of Redux. This video also covers most often neglected topic such as testing and integrating React with other tools that takes your web app to the next level. While covering most of the basic as well as advanced concepts this video provides a set of best practices and optimizations techniques which will help you gain a braod and deep understanding of everything that is React.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This video course is a complete hands-on training program. Special attention is paid to recipes and good programming practices in each topic. The idea is to not only make things work as they are supposed to but also to learn high-quality code writing as we progress. Every piece of code is written and well explained by the author—no magic code popping up between videos in this course. You will start from scratch, and build complete React project block-by-block.</span></span></p>
Table of Contents (5 chapters)
Chapter 5
Painless Components Testing
Content Locked
Section 3
Mock Static Assets in Our Tests
This video explains how we can test components that imports image files or any other type of static asset. - Ensure we have a component importing an image - Create mock file and set it up on Jest - Check that our test takes the mocked data instead of the real image