Tags
    Author
      Technology
        Rating
        Pricing
        Sort By
        Video
        Results To Show
        Rob Kendal
        Most Recent
        Most Popular
        Highest Rated
        Reset
        https://embed-ssl.wistia.com/deliveries/63d6f4930b992f72d44dcb1898fb83419fb9c4f2.jpg

        lesson

        Hooks project setupBeginner's Guide to Real World React

        Setup the base project for our Hooks deep dive examples.

        https://image.mux.com/d5aKEIqIUhEntkzMO2ULVacFbfhAL63f0222k02c9wIHc/thumbnail.png?undefined

        lesson

        How to Structure a React ProjectBeginner's Guide to Real World React

        There are many different ways to structure your apps' code. This lesson introduces some different approaches, including how I structure my projects and suggestions from the Facebook team themselves.

        https://embed-ssl.wistia.com/deliveries/37836a4ab20fcf61a152deea0f61d137048731b2.jpg

        lesson

        Closing thoughts and learning pathsBeginner's Guide to Real World React

        With the course at an end we'll take a look at some next steps to continue your React learning and where you can go from here

        https://embed-ssl.wistia.com/deliveries/d37464935481931f23d1a5f86f4c64f044d4df1c.jpg

        lesson

        Exploring the appBeginner's Guide to Real World React

        With all the code in place, we'll take a walk through the finished Dinosaur Search App and discuss the finer points

        https://embed-ssl.wistia.com/deliveries/0686f80dc207a5b3af81f5b1009fc6f8d291086e.jpg

        lesson

        How to Combine React Components Into an AppBeginner's Guide to Real World React

        In the final coding lesson of this module we'll flesh out the UI components that will power the Dinosaur Search App

        https://embed-ssl.wistia.com/deliveries/c2d40b0d3f774937348c35c0b6de181b26d58415.jpg

        lesson

        Intro to React Services with Redux and useReducer HooksBeginner's Guide to Real World React

        This lesson focusses on building the data-handling services and core Redux management system for the Dinosaur Search App

        https://embed-ssl.wistia.com/deliveries/f741d4fc1a321a8cecf53ac009d988af5b8bf01e.jpg

        lesson

        React Scaffolding and File Structure Best PracticesBeginner's Guide to Real World React

        We put the foundations of the Dinosaur Search App in place such as creating a new React app and exploring the supporting API

        https://embed-ssl.wistia.com/deliveries/93b0c1e1b829c96cd35b2f07d4ebd79f78fffd7f.jpg

        lesson

        The Dinosaur Search AppBeginner's Guide to Real World React

        In this final module we'll be putting our skills together and building a Dinosaur Search App

        https://embed-ssl.wistia.com/deliveries/cad6aff721a2add8028ff4dc864270ad61317776.jpg

        lesson

        Beginner's Guide to React useReducer HookBeginner's Guide to Real World React

        This final lesson eschews all external redux libraries and swaps in the use of React's built-in useReducer Hook and Context tools.

        https://embed-ssl.wistia.com/deliveries/39f346a6752aae165d0bbe1e3fc3c5416513f303.jpg

        lesson

        How to Simplify React State Management with Redux ToolkitBeginner's Guide to Real World React

        This lesson takes things further by extending the Event Sign-Up App to use the Redux Toolkit for even easier state management.

        https://embed-ssl.wistia.com/deliveries/c0c961a29b4659629342572ccc05cfde245cbe56.jpg

        lesson

        How to Build an Event Signup App with React Redux ThunkBeginner's Guide to Real World React

        Learn how to build our very own Event Sign-Up App using the React Redux library with a centralized state management store.

        https://embed-ssl.wistia.com/deliveries/0dd4cd0ecb6b8f59c559f7c2403568d2357262d4.jpg

        lesson

        Event Sign Up AppBeginner's Guide to Real World React

        This lesson introduces the new demo project for this module, the Event Sign-Up App.