-
Treating your JavaScript type checker as a linter doesn’t allow you to fully leverage your static type system.
-
A look at syntactic sugar for chaining async functions in multiple languages.
-
Why Discriminated Union Types are an important part of modeling solutions with TypeScript.
-
Mocking in Jest can be tricky. Mocking React Components in Jest with ES modules can be even tricker. Yet, it’s still possible.
-
React Redux launched support for Hooks. We will explore the new useSelector
and useDispatch
hooks and look into the tradeoffs of using these hooks versus the connect
higher-order component.
-
Pointers for doing TDD with React using Apollo and TypeScript.
-
Setting up a React Native project for ergonomic styling while implementing designs.
-
Adding static types after the fact can be a boon to your React Native codebase.
-
How using async/await can make your async JavaScript code clearer.
-
How to talk to ActionCable without using Rails.
Sign up to receive a weekly recap from thoughtbot