Explore >> Select a destination


You are here

bitsofco.de
| | zacharyparsons.co.uk
5.7 parsecs away

Travel
| | React is a frontend JavaScript framework, these are some note which I took while learning how it works.
| | jshakespeare.com
6.3 parsecs away

Travel
| | Say you want to display a numeric value on a webpage with a count-up animation, like this: There are a few popular libraries that will do this for you, often with lots of configurable bells and whistles. I'm always reluctant to add a dependency to my application that I could write myself in under an hour (and you should be too), so I did just that. Here's the code in vanilla JavaScript using the DOM API (CodePen here): // How long you want the animation to take, in ms const animationDuration = 2000; // C...
| | frantic.im
6.5 parsecs away

Travel
| | From React.createClass to hooks: why React is at odds with JavaScript
| | whitep4nth3r.com
24.6 parsecs away

Travel
| Learn how to build, test and release a JavaScript node module in ES6 all the way from npm init to npm publish.