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.
Elm is strongly-typed; JavaScript is not. Communication between the two is paramount for large applications and ports enable this.
An intro to functional state management for your Chrome extensions using Redux.