-
An intro to Redux Toolkit.
-
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.
Sign up to receive a weekly recap from thoughtbot