First Post
You know how it goes, promise to post here regularly and all that. Mainly I'll post things I find out about React so that I can remember them haha
Search for a command to run...
You know how it goes, promise to post here regularly and all that. Mainly I'll post things I find out about React so that I can remember them haha
No comments yet. Be the first to comment.
I recently started working with both Storybook and Recoil. In order to make the Storybook controls faithful to the component's capabilities, it was necessary to somehow connect Storybook's controls to Recoil. Storybook usually controls a component by...
Or, "My Front End Dev Origin Story"

After a while of working with React, you'll start to notice that creating new components always requires the same sort of boilerplate code. A new folder, a file for your component, a style file... Props, if you're using TS. And where repetitive actio...
At my old company, a colleague was tasked to update a project I made a year ago. A blockchain explorer - to migrate it from React to Next.js This project includes a websocket element, for live updates. In order to help the colleague develop the webso...
If you're a React dev thinking of developing a chrome extension, this is for you. A Chrome extension is basically a webpage. However, it comes with a bunch of extra restrictions. The extension I made was a cryptocurrency wallet. It has login functio...