[Wes Bos] React for Beginners Re-Recorded (again!) Master Package

Wes Bos – React for Beginners Re-Recorded (again!) Master Package [FCO] Upgrade your JavaScript skills Learn React.js in just a couple of afternoons. A premium step-by-step training course to get you building real world React.js + Firebase apps and website components. It’s time to learn React.js With a focus on simplicity and readability, this course […]

[Code With Mosh] Testing React Apps with React Testing Library

Code With Mosh – Testing React Apps with React Testing Library [FCO] About A comprehensive A-Z guide to testing React apps with React Testing Library and Vitest / Jest. What You’ll Learn • Master the fundamentals of testing React applications with React Testing Library. • Write maintainable, robust, and trustworthy tests that consistently deliver value. […]

[React.GG] The Interactive Way To Master Modern React

React.GG – The interactive way to master modern React [FCO] About The interactive way to master modern React by ui.dev WHAT YOU’LL LEARN • OPTIMIZED FOR AHA! We’re obsessed with helping you reach your aha! moments. Our text sections help you master the “why” behind React concepts and include fun, interactive visuals you can play […]

The Ultimate React Course 2024: React, Redux & More

The Ultimate React Course 2024: React, Redux & More [FCO] About Master modern React from beginner to advanced! Context API, React Query, Redux Toolkit, Tailwind, advanced patterns What you’ll learn • Become an advanced, confident, and modern React developer from scratch • Build 8+ beautiful projects, including one HUGE professional real-world app • Become job-ready […]

[EpicReact] Epic React | Get Really Good At React

EpicReact – Epic React | Get Really Good At React [FCO] About Building React applications demands that you make expert decisions before you write the first line of code. You’re responsible for building a cohesive, maintainable code-base that will help your team succeed and build a React application that serves your customers’ needs. You’re faced […]

[JoyOfReact] The Joy Of React – Josh Comeau

JoyOfReact – The Joy of React – Josh W Comeau [FCO] About The all-new interactive learning experience that teaches you how to build rich, dynamic web apps with React. So, let’s be real. Learning React is hard. Over the past few years, React has become a “must-have” skill for front-end developers. Just about every job […]

ChatGPT & React: Introduction to the AI Chatbot Revolution

ChatGPT & React: Introduction to the AI Chatbot Revolution [FCO]   Integrating AI & Web Development: Master ChatGPT, React.js, API Integration, and UI Design   Description This comprehensive course, designed for budding developers and tech enthusiasts, delves deep into the fascinating world of AI chatbot development using two powerful tools: React.js and OpenAI’s ChatGPT. With […]

[Frontend Masters] Enterprise UI Development: Testing & Code Quality

Frontend Masters – Enterprise UI Development: Testing & Code Quality [FCO] About Perfect for lead UI developers managing large apps, migrating codebases, or starting scalable projects while maintaining code quality. Learn unit testing with Vitest, continuous integration via GitHub Actions, component and accessibility testing with Ax, mocking techniques, and code standard enforcement using ESLint and […]

[PacktPub] React JS Masterclass – Go From Zero To Job Ready [Video]

PacktPub – React JS Masterclass – Go From Zero To Job Ready [Video] [FCO] About This course begins with an in-depth introduction to React software and its features, pros and cons of use, and outlines the fundamentals, including components and props, state, hooks, context, and reducers. Over the course duration, we will explore JSX and […]

[FireShip] React – The Full Course

FireShip – React – The Full Course [FCO] About Learn the fundamentals of React.js by building five apps from scratch. In-Detail React – The Full Course is unlike any other React course on the Internet. It provides a fast-paced introduction to essential concepts, then puts them into practice by building multiple fun and challenging full-stack […]

[SuperHi] Crypto + Web 3 For Creatives

SuperHi – Crypto + Web 3 For Creatives [FCO] About Our crypto course shows you how to code websites that interact with the Ethereum blockchain and smart contracts in a practical, real-world, no-hype, no-BS, ethical way. In-Detail Crypto is one of largest shifts in how the web works in decades… to the point where people […]

[UI Dev] React Router V6

[UI Dev] React Router V6 [FCO]   REACT ROUTER We’ll get you off to the races building complex apps with React Router.   We’ll prepare you for the race to build complex apps with React Router. There is an easier way to master React Router. Our linear course is like a smart, experienced friend who sits next […]

[AmigoCode] Javascript Mastery

AmigoCode – Javascript Mastery [FCO] About Learn the Javascript Language from A-Z In-Detail Javascript the most popular language used in the internet. There are over 1.6 billion web sites in the world, and JavaScript is used on 95% of them. In this course you will fully master and be super confident when working with Javascript. […]

[Dapp University] Blockchain Developer Bootcamp

  Description: Blockchain Developer Bootcamp: Become a Highly Paid Blockchain Developer! In the Dapp University Bootcamp, you’ll get step by step training you need to become a blockchain developer.   Table Of Contents: 1 Welcome to The Blockchain Bootcamp! Watch this first. 2 Why Blockchain? 3 What Is A Blockchain? 4 How Does A Blockchain […]

[WesBos] Fullstack Advanced React and GraphQL

  Updated! 2/2021 The course has been entirely updated and re-recorded for the latest in React.js, Hooks, Apollo 3 and the Keystone Headless CMS. As always – it’s a free update for anyone who has already bought the course. Enjoy! Build an online store with React and GraphQL Just as React has transformed the way […]

[WesBos] Master Gatsby (Master Package)

  A Premium JavaScript + CSS Training Course from Wes Bos Learn to build & style websites with Gatsby, React.js and friends. JavaScript Gatsby React.js GraphQL Headless CMS Progressive Images Scoped CSS Serverless Functions Build Awesome Websites Building modern websites is tough. Preloading, routing, compression, critical CSS, caching, scaling and bundlers all make for blazing fast […]

[Lynda] React: Building Progressive Web Apps (PWAs)

Author Eve Porcello Released 6/14/2019 Single-page applications may be smooth, quick, and effective—but they disappear when the network connection drops. Progressive web apps (PWAs) work offline, enhancing resilience and allowing developers create seamless user experiences that feel like native apps. Learn how to build your own PWAs using React, the flexible front-end framework, in this […]

[Lynda] React: Server-Side Rendering

Author Emmanuel Henri Released 4/17/2018 Server-side rendering lets you optimize your applications to use client or server resources depending on network and device circumstances. Old device on a slow network? Render on the server. New device, fast network? You should probably let the client do the work. Some call the resulting architecture “universal,” others “isomorphic,” […]

[Lynda] React.js Essential Training

Author Eve Porcello Updated 9/15/2017 Released 1/10/2017 Among all other JavaScript libraries, React.js stands out. It relies on reusable components, not templates, for UI development, allowing developers to render views where data changes over time. React applications are more scalable and more maintainable, making developers more efficient and users more satisfied. In this course, Eve […]

[Lynda] React: Lifecycles

Author Carl Peaslee Released 8/9/2017 Optimize your React components by utilizing the power of React lifecycle methods. Lifecycle methods can trigger different functions at each stage in a component’s lifecycle: initialization, mounting, updating, and unmounting. This course dives deeper into React lifecycle methods and shows how we can leverage them to build more performant, reliable, […]

[Lynda] React: ES6, ES2016, and Beyond

Author Carl Peaslee Released 8/14/2017 Learn the newest versions of JavaScript—ES6, ES2016, and beyond—so that you can create more efficient and concise React components. ES6 and ES2016 include many features that simplify React development, making your code cleaner and easier to read. Join Carl Peaslee, as he uses JavaScript features from ES6 and beyond to build a […]

[Lynda] Building and Deploying a Full-Stack React Application

Author Carl Peaslee Updated 6/26/2017 Released 4/7/2017 React—a popular JavaScript framework—boasts a number of developer-friendly tools that can help you quickly and efficiently turn your ideas into fully-functioning applications. If you already have a solid grasp of the essentials of full-stack JavaScript web development, this practical, project-based course can help you get acquainted with React. […]