Telegram Web Link
The State of React 2024 Survey Results

There’s too much to go into depth here, so enjoy having a browse through insights gleaned from almost 8,000 responses. We get to learn that forwardRef and memo are the two top ‘pain points’ among React devs, Redux continues to lead amongst state management libraries, and SPAs continue to make up the majority of React use cases for now. - https://2024.stateofreact.com/en-US/

#react
Reverse Engineering Minified JavaScript with ChatGPT

Writing new code with AI is one thing, but could it be even better at understanding existing code that you’re struggling to grok? Yes, it seems. - https://glama.ai/blog/2024-08-29-reverse-engineering-minified-code-using-openai

#javascript
Don't Sleep on AbortController

AbortController is a broadly available mechanism for, originally, aborting Web requests on demand, but you can use it for a lot more than that  - https://kettanaito.com/blog/dont-sleep-on-abort-controller

#javascript
Introducing Mentoss: The fetch Mocker

A new approach to mocking global fetch() calls (in both browsers and server-side runtimes) inspired by previous attempts like Nock and MSW. - https://humanwhocodes.com/blog/2025/01/introducing-mentoss-fetch-mocker/

#nodejs
Customizing Images in Nuxt

Image optimization can be hard if you don't know what you're doing.
The Cloudinary Nuxt module is one way to make this easier on you.
They have tons of cool transformations that you can make directly in your code to edit your images on the fly. - https://www.youtube.com/watch?v=PZIEZZe4EMo

#vue
Why I Rebuilt ProseMirror’s Renderer in React

A former engineer for the New York Times unpacks years of work on integrating React with ProseMirror, a toolkit for building rich text editors which notoriously does not ‘play nicely’ with React. A great look into the details of the challenges involved. - https://smoores.dev/post/why_i_rebuilt_prosemirror_view/

#react
Reimagining Fluid Typography

Miriam Suzanne explores how common fluid typography approaches can be improved. - https://www.oddbird.net/2025/02/12/fluid-type

#css
2025/07/07 20:18:25
Back to Top
HTML Embed Code: