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
👍21
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
👍31
Decoding CSS Selectors: :has(:not) vs :not(:has)

Kilian Valkhof looks at the difference between :has(:not) and :not(:has), and how to approach decoding CSS selectors that use these nested CSS functions. - https://polypane.app/blog/decoding-css-selectors-has-not-vs-not-has

#css
👍4
Getting Started with Nuxt Image

Learn how to optimize images effortlessly in your Nuxt app.
Discover how to transform, cache, and resize images dynamically, improving performance with just a few lines of code. - https://masteringnuxt.com/blog/getting-started-with-nuxt-image

#vue
👍4🤮2
How to Start a React Project in 2025

While there are many ways to start a React project, Robin examines the pros and cons of a few popular approaches. - https://www.robinwieruch.de/react-starter/

#react
👍3
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
👍3
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
👍7
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
👍21
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
👍2
Reimagining Fluid Typography

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

#css
👍4
2025/07/08 19:10:51
Back to Top
HTML Embed Code: