A Complete Guide to React's useEffect — An amazingly epic post that will get anyone working with or thinking about React Hooks excited. It’ll help you understand a lot of the concepts involved. No time? There’s a good TLDR too. Dan Abramov |
A Look at Experimental Features in Node.js— Everything in Node was ‘experimental’ at some point. This post looks at some currently experimental features such as worker threads (essentially Node's answer to Web Workers) and performance hooks. Liz Parody |
Why V8 Now Supports JIT-Less JavaScript Execution— Running without V8’s JIT compiler and optimizations naturally results in a performance penalty but allows V8 to avoid allocating executable memory at runtime and improve security (particularly in resource limited environments). Jakob Gruber (Google) |
Sr. Fullstack Engineer (Remote)— Sticker Mule is looking for passionate developers to join our remote team. Come help us become the Internet’s best place to shop and work. Sticker Mule |
Why You Need to Normalize Unicode Strings— Or when "Zoë" !== "Zoë" ! If you’re dealing with Unicode strings, you need to take into account that characters could be represented in multiple ways. See how String ’s normalize method can help. Alessandro Segala |
Why You Shouldn't Use Moment.js?— Huge opinion piece alert! “Moment.js is heavy, slow, mutable and hard to debug, still yet it has some advantages.” And those advantages are well worth keeping in mind before you decide to ditch it. InventiStudio |
React Native 0.59 Released— Hooks have made their way to React Native, along with CLI improvements and improved performance (and 64 bit support) on Android. Ryan Turner |
|