Tag: React
All the posts with the tag "React".
Setting Up Sentry with Vite and SourceĀ Maps
A step-by-step guide to adding Sentry error tracking with source map support to your Vite app, so you get meaningful stack traces instead of minified code.
I built a copy paste tool for ChatGPT and Google Docs called TidyText.cc
After working with ChatGPT and other AI tools, I realized that copying and pasting responses into Google Docs often messed up the formatting.
Handling a change to Redux-Form data from container to component via props
An alternative to React context: passing Redux Form data changes from container to component via props, using getFormValues and connect.