Part 1 of 3: Plotly in React – Real time data visualization How to display real-time, dynamically updated data using plotly in React. https://media.giphy.com/media/JhXhcb061UiHPAGCqL/giphy.gif Are you gearing up to write a new data app? Does your business...
17 Of The Best VS Code Shortcuts You Didn’t Know You Needed Introducing a curated list (with gifs) of the best VS Code shortcuts I use every single day! Keyboard shortcuts, or hotkeys, are the best. The absolute best. Not only do they save you time, but they...
Cut Your Redux RTK Code In Half Wrap all your slices with this clever Typescript hook. Sick and tired of importing useDispatch, useSelector, and your RTK slice into every single functional component that wants to access or update your Redux store? Tired of mocking all...
Create a robust notification system for your React App using MUI and Redux Toolkit – In Less Than 100 Lines Of Code Using Redux toolkit, MUI, and React hooks, you can write a flexible and reliable notification system for any size app in less code than you thought...