Digital Primates (@digitalprimates) 's Twitter Profile
Digital Primates

@digitalprimates

Digital Primates - Specialists in Enterprise React, JavaScript, Media and Mobile applications.

ID: 122485383

linkhttps://bit.ly/2WVFmX8 calendar_today12-03-2010 21:53:40

1,1K Tweet

536 Followers

169 Following

Digital Primates (@digitalprimates) 's Twitter Profile Photo

Are we thinking about our React components incorrectly? Should certain components be modeled as state machines? Where in the world is Carmen Sandiego? Find the answers to two of these questions in this article by @mikelunarlandis.levelup.gitconnected.com/think-of-react…

Digital Primates (@digitalprimates) 's Twitter Profile Photo

Love it or hate it, a new Windows version is on the way. @tomwarrenhttps://www.theverge.com/2021/6/24/22546791/microsoft-windows-11-announcement-features-updates?&utm_medium=social&utm_source=twitter.com&utm_campaign=enterprise-react-newsletter

Digital Primates (@digitalprimates) 's Twitter Profile Photo

One of Redux style guide's essential rules for using Redux correctly is "Do Not Put Non-Serializable Values in State or Actions". In this article by Charlotte Isambert, we get a great explanation of what pitfalls the rule is helping you avoid. blog.bam.tech/developer-news…

Digital Primates (@digitalprimates) 's Twitter Profile Photo

WebWorkers are awkward, but they're the best way to do heavy synchronous workloads without blocking the main JavaScript thread. @dassurma summarizes the current state of WebWorkers and lays out some abstractions that can help work around their limitations.smashingmagazine.com/2021/06/web-wo…

Digital Primates (@digitalprimates) 's Twitter Profile Photo

One writer's speculation as to why Microsoft is coming out with Windows 11. Don't miss the link to the Windows 95 launch video complete with dancing Bill Gates. Steven J. Vaughan-Nichols computerworld.com/article/362377…

Digital Primates (@digitalprimates) 's Twitter Profile Photo

An honest appraisal by Johan Ronsse of the much hailed Tailwind CSS. What happens when you have to use a popular library that you're not too fond of? You may not learn to love it, but you come to terms with it.johanronsse.be/2021/07/07/com…

Digital Primates (@digitalprimates) 's Twitter Profile Photo

A very cool list of data structure visualizations. Who knows the next time you'll need to use a "Skew Heap" and visualize it, but this page has you covered.cs.usfca.edu/~galles/visual…

Digital Primates (@digitalprimates) 's Twitter Profile Photo

Regex can seem arcane to those of us who have never taken the time to dig into the details. Here is a great in-depth article that gives you the nitty gritty on one very useful regex pattern.rexegg.com/regex-best-tri…

Digital Primates (@digitalprimates) 's Twitter Profile Photo

It's a common refrain that CSS doesn't make sense, but there is method to the madness if you dig deep. This article from Amelia Wattenberger 🪷 looks at percentages in CSS positioning.wattenberger.com/blog/css-perce…

Digital Primates (@digitalprimates) 's Twitter Profile Photo

Learn from @creativeintent_ how to create functional and declarative native audio applications using Elementary Audio.nickwritesablog.com/functional-dec…

Digital Primates (@digitalprimates) 's Twitter Profile Photo

Anyone working with React has heard the common refrain of making components reusable, but can components be too reusable? Conceptualizing component responsibility can be tricky. This article has some useful approaches to help you with component design.formidable.com/blog/2021/reac…

Digital Primates (@digitalprimates) 's Twitter Profile Photo

There's a new Array prototype method in JavaScript. Array.prototype.at lets you access elements with relative indexing, which is a modest improvement if you're sick of typing out myArr[myArr.length - 1] and would prefer myArr.at(-1).https://t.co/Kz6MBiY1Ur

Digital Primates (@digitalprimates) 's Twitter Profile Photo

Now for something completely different. Fabricio Teixeira collected some of the most outstanding "worst volume control interface" candidates from a reddit thread about deliberately bad design. We hope some of them give you a chuckle during your workday.uxdesign.cc/the-worst-volu…

Digital Primates (@digitalprimates) 's Twitter Profile Photo

The newest Node.js release implements the Web Streams API, which is new to Node, but has been available in most browsers for awhile. deanhume.com/experimenting-…

Digital Primates (@digitalprimates) 's Twitter Profile Photo

The latest update to React Devtools introduces the ability to display the names of hooks in inspected components. Very cool. github.com/facebook/react…

Digital Primates (@digitalprimates) 's Twitter Profile Photo

Often the advice you find coming out of huge enterprises like Google or Amazon have a hard time applying to smaller scale endeavors. In this article we get some great summaries of lessons learned. @swizec has some succinct takeaways.swizec.com/blog/what-i-le…

Digital Primates (@digitalprimates) 's Twitter Profile Photo

How close are we to being able to create a React client with no bundler? This article describes how to leverage browser ES modules, dynamic imports, and ServiceWorkers to build a React site without Webpack. medium.com/disdj/react-js…

Digital Primates (@digitalprimates) 's Twitter Profile Photo

There are numerous browser APIs that allow developers to store data on the client side. This article by Craig Buckler is an up-to-date overview on current, past, and future browser storage methods.blog.openreplay.com/the-ultimate-g…