We recently released full-featured ESLint configurations for React and React Native!
Supporting dark mode is more important than ever as users come to expect this functionality. This guide will explain how it can be done!
For the past several years, I’ve been building mobile apps using React Native. It was a long road getting to where I felt comfortable and competent working in this space.
Custom hooks are one of the most underused React abstractions. Let’s explore when it makes sense to use them compared to other abstractions.
git rebase –onto is a useful tool for rebasing your branch off of another branch that has itself been rebased or had its history rewritten.
We have just released Fishery, a TypeScript-compatible library for setting up JavaScript objects for use in tests and anywhere else you need to set up data.
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.
Address bar aliases simplify everyday tasks in the browser.
ActiveRecord’s where.not has some potentially surprising behavior when it comes to null values.