Stores: Making State Global Without React's Context API
In this article we're going to explore some drawbacks of context-based state in typical application architecture, then explore an alternative construc ...
Max Yinger joined the Formidable Denver team in early 2019 as a front-end engineer with an emphasis on DOM performance and interactivity. Prior to becoming a full-time Formidable, Max worked for Cognak and Facta Studio for just over three years. He holds a degree in Computer Science Engineering and has both a background in design, motion, and UX as well as a deep interest in micro-interactions and innovative user experiences. He recently started contributing to OSS projects and looks forward to making a sizable impact in that community moving forward.
In this article we're going to explore some drawbacks of context-based state in typical application architecture, then explore an alternative construc ...
A tutorial on how to make an input smoothing object from scratch and leverage it in a React component to smoothly animate a cursor.