Introduction to Hermes Engine (youtube.com)Jun 08, 2021
React Native 0.64 comes with support In the first part of our podcast episode, Mike Grabowski and his guests: Eloy Durán and Xuan Huang, introduce the Hermes engine and discuss its biggest selling points.
- Mike Grabowski
- Eloy Durán
- Xuan Huang
Let’s Learn Modern Redux! (youtube.com)May 28, 2021
A lot has changed in Redux since it was originally created. In this episode, Mark Erikson will teach us about Redux Toolkit an React-Redux hooks.
- Jason Lengstorf
- Mark Erikson
RedwoodJS: The Full-Stack React App Framework (youtube.com)May 26, 2021
Tired of rebuilding your React-based web framework from scratch for every new project? You're in luck! RedwoodJS is a full-stack web application framework (think Rails but for JS/TS devs) based on React, Apollo GraphQL, and Prisma 2.
Next.js Crash Course for Beginners 2021 (youtube.com)May 19, 2021
Learn all about Next.js, React's most popular Production Framework! Get Started with NextJS and make build amazing websites with ReactJS even more fun! Full Project included, 100% free 3 hours long course!
What is JSX? (youtube.com)May 03, 2021
What is JSX? A question for the ages! The 'don't call it a template' syntax extension to JavaScript that makes writing UIs within JavaScript actually pleasant.
Remix v1 Beta Launch (youtube.com)Apr 29, 2021
Through lots of live code, Ryan and Michael will tell you all about where Remix started, where it's at now, and what this v1 Beta launch means for one of the most exciting web frameworks today.
React Redux Crash Course 2021 (youtube.com)Apr 10, 2021
By the end of this React Redux crash course, you will learn how Redux works in React. You will be introduced to different terms in Redux such as Store, Action, Reducer & Dispatch. I have a quick exercise for you to complete as well. Let's start!
React Crash Course 2021 (youtube.com)Apr 03, 2021
In this React JS crash course, you will learn the following topics: File structure, create components, JSX (styling in React), Routing, Props, Events, useState & useEffect (Hooks), Add pet function, Delete function, Build form using Material-UI (library from Google), Fetch data from server, PUT, DELETE, POST requests and many more.
Using Serverless Redis with Next.js (youtube.com)Mar 26, 2021
When front-end developers are learning the full-stack, they often stumble on which backend to use. If they hear Redis, they think of in-memory caching. That's what I thought, at least. After doing more research, I was surprised to find Redis excels at hashmaps, counters, sorted lists, and even queues.
Announcing: Gatsby v3.0 (youtube.com)Mar 05, 2021
Did you know it's been over two years since the last major version of Gatsby? That's why Patrick and Lennart's GatsbyConf 2021 talk was one of the most highly-anticipated!
- Patrick Sullivan
- Lennart Jörgens
What's up Gatsby (youtube.com)Jan 21, 2021
In this live meet-up, we connect with our users who combine Prismic with Gatsby, go through the history of our support of Gatsby and talk about future plans.
React JS Crash Course 2021 (youtube.com)Jan 18, 2021
Get started with React in this crash course. We will be building a task tracker app and look at components, props, state, hooks, working with an API and more.