Chris Achard

Chris Achard

Teaching everything I know about React, React Native, Ruby on Rails, Node.js, and machine learning!

illustration for React Crash Course with Hooks

Chris Achard • 14m • Course

React Crash Course with Hooks

This course gets you up and running with react in under a minute by using codesandbox.io to skip the painful process of setting up your dev environment.

Featured Courses

illustration for Progressive Web Apps in React with create-react-app
Chris Achard • Course • 45m

In this course, we’ll create an online/offline note-taking app. We’ll use create-react-app to create the frontend, and node.js to create a simple backend.

illustration for Build a React Native Application for iOS and Android from Start to Finish
Chris Achard • Course • 1h 18m

We’ll build a mobile app with React Native for both iOS and Android. Prior React experience is required, but you don’t have to know mobile development to participate.

illustration for Getting Started with Recoil in React
Chris Achard ・16m・Course

In this collection, you'll create a simple game with React using Recoil, to explore how you can share and update state across an app.

114 results
found for "
*
"

Search Results

Convert an underlying source of data into an Observable

lesson by André Staltz

Use switchMap to avoid leaks when flattening

lesson by André Staltz

Move important side effects from do() to subscribe()

lesson by André Staltz

Know when to extend the Observable class

lesson by André Staltz

Implement pause and resume feature correctly through RxJS

lesson by André Staltz

Replace zip with combineLatest when combining sources of data

lesson by André Staltz

Make Observables hot only where necessary

lesson by André Staltz

Convert RxJS Subjects to Observables

lesson by André Staltz

Replace Observable.create with Observable creation helpers

lesson by André Staltz

Use takeUntil instead of manually unsubscribing from Observables

lesson by André Staltz

Use the map operator instead of firing events on a Subject

lesson by André Staltz

Use flattening operators instead of nested subscriptions

lesson by André Staltz

Save time avoiding common mistakes using RxJS

course by André Staltz

Use groupBy in Real RxJS Applications

lesson by André Staltz

Split an RxJS Observable with Window

lesson by André Staltz

Use RxJS mergeMap for Fine-grain Custom Behavior

lesson by André Staltz

Split an RxJS Observable Conditionally with windowToggle

lesson by André Staltz

Use switchMap as a Safe Default to Flatten Observables in RxJS

lesson by André Staltz

Split an RxJS Observable into Groups with groupBy

lesson by André Staltz

Use RxJS switchMap to Map and Flatten Higher Order Observables

lesson by André Staltz

Get Started with Higher Order Observables in RxJS

lesson by André Staltz