Latest — Page 2
Everything we have published, newest first.
11 stories
All posts
JavaScript
How to remove last element from an array in JavaScript
How to remove last element from an array in JavaScript
JavaScript
Why you should use ?? instead of || in JavaScript
Why you should use ?? instead of || in JavaScript. The proper use and application of ?? explained.
JavaScript
How to save a string to clipboard in JavaScript
How to save a string to the clipboard using javascript
React
React: forget useState, use router for modals
When you think about handling modals in React, you probably think about handling them in the state. That's what the majority of the devs are doing.