Writing
Latest from DEV.to
Optimizing callbacks inside reusable React hooks
Removing warnings about callbacks in your React.useEffect dependency array
Creating a node script that can write to google docs
Using oauth2, this shows how you can use nodejs to write to a google doc programmatically
I've been using cat and vim for the wrong reasons for so long...
A quick explanation on how to use pbcopy and paste
How to disable in browser linter errors in an ejected create-react-app application
How to disable in browser linter errors in an ejected create-react-app application
Configuring your mac to display the wifi name on the menu bar
Utilizing an application called hammerspoon, we write a lua script which displays the name of your wifi network.
Writing a custom react hook that persists to local storage
How to write a custom hook that persists to local storage
What's the difference between an action creator and a action?
This explains the difference between actions and action creators.
What happens when you only write try/finally
Without cheating, what is the output?
JavaScript object spread explained
The easiest way to understand javascript object spread
How to test implementation details with react-testing-library
In the slim chance that you need to test implementation details of a react component, this is how you do it with react-testing-library
You've been doing mapDispatchToProps wrong this entire time
mapDispatchToProps should be an object and not a function.
How to center elements vertically on a create-react-app project
You've just started a new react project with CRA, but you can't get your elements to be centered directly on your page, now what?
