DevTools specific plugins to improve the developer experience.
npm install redevtools
Tailwind is a great technology, but it can be difficult to approach it for the first time: Chrome does not suggest Tailwind classes Remembering them can be difficult Moreover, if you used to work with Bootstrap in the past, there are plenty of classes that let you style whole components at once. Tailwind Devtools Inspector […]
How many times a day you go to jwt.io just to paste a JWT token and decode it? With this devtools plugin you can finally decode a JWT token directly from your console. Just type re.jwtDecode(JWT_token) and it will parse the token for you. Easy and straight from your console. Use case: decode a JWT […]
If you use TypeScript regularly, you want to be typesafe. Always. Also with the JSON files that come from your backend. Did you search “JSON to typescript” before? I know. I know. You search for it just to copy the JSON and paste the interfaces back to your code. Wouldn’t be awesome to just type […]