Feb 20, 2022State of React uncontrolled forms in 2022Forms are the backbone of the web – still in 2022! So for a good start into the year, I decided to refresh my knowledge on the current state of web forms with React. It's actually quite nice what you can achieve easily with uncontrolled React form components and Constraint…Reactjs Web Development3 min readReactjs Web Development3 min read
Jan 26, 2022Sync local and remote Zustand store in ReactJSDisclaimer: The initial concept has been refactored and optimized after internal reviews and a helpful GitHub Discussion with one of the maintainers of Zustand. Main differences are that I would now recommend subscribe and only send the properties which have been changed, not a whole diff. In highly specific scenarios…Reactjs2 min readReactjs2 min read
Nov 17, 2020✊✌✋ — A demo to evaluate react-three-fiber and its ecosystemI read a lot about react-three-fiber (abbreviated with r3f) and wanted to give it a try. So this demo is primarily a technical evaluation with a fun factor. If you don’t know r3f, I recommend to read about it first. In short, it’s a React reconciler which renders your components…JavaScript5 min readJavaScript5 min read
Nov 5, 2020Recipes for unit tests when working with date and time in React/JavaScriptIn one of our last major projects at my company, we had to deal with real-time flight data. This concluded into processing and calculating with a lot of date and time values. Tests helped, as always, to run everything smoothly and precisely. …Jest3 min readJest3 min read