The giant page components I see in many React SPAs of today remind me of the giant JSPs in the Java web apps of the 00’s.
Corporate now says that #react is the default for everything web. No server-side rendering. No hypertext. Just #react and data APIs...
We're so cooked
MongoDB is hiring Lead Engineer
🔧 #csharp #golang #java #typescript #react #aws #azure #gcp #kubernetes #mongodb #techlead
🌎 New York City, New York
⏰ Full-time
🏢 MongoDB
Job details https://jobsfordevelopers.com/jobs/lead-engineer-at-mongodb-com-apr-18-2025-88ba5b?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
15 React Anti-Patterns (and Fixes) You’ll Actually Use https://jsdev.space/react-anti-patterns-2025/ #javascript #react #patterns

A discussion of non-mutating #JavaScript methods to sort, reverse, and splice arrays, useful for #React / functional programming. #WebDevelopment https://allthingssmitty.com/2025/09/08/finally-safe-array-methods-in-javascript/
Another month, another project successfully designed and developed for one of my dear clients.
What was supposed to be a prototype ended up becoming a functional, robust and scalable software project.
It's always a pleasure for me and fills me with joy to participate in projects that flow as smoothly as this one, and that starts with working with the right people.
#UX #UI #Design #Figma #App #Swimming #JavaScript #React #ReactNative #ProductDesign #SoftwareDevelopment

Midas Capital Platform, a complex project developed entirely by me for a Spanish client, is set to launch soon.
Built using React, Tailwind CSS and ShaDCN components, it features real-time stats, courses, live streaming, an admin back-office, and integrations with Zendesk, MetaTrader5, TradingView and Discord.
#UX #UI #Design #Figma #App #JavaScript #React #ProductDesign #Elearning #Trading #Ecommerce #SoftwareDevelopment

"React 19 Broke Update Stability, keeping Developers Stuck"
Womp womp
Via @frontenddogma
React 19 Broke Update Stability, Keeping Half of Developers Stuck, by (not on Mastodon or Bluesky):
#react #angular #vuejs #comparisons #maintenance
React における children は非推奨ではない(非推奨なのは Children)
https://qiita.com/honey32/items/55fa056d4d331c86bf51?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
🗓️ Live spécial mardi prochain, 09 septembre, en collab' avec @bubuchenbois !
Au programme : Visionnage des images de sa caméra piège photo 🐗 et co-réact à un documentaire sur le Pigeon ramier 🕊️
RDV mardi à partir de 10H ➡️ https://www.twitch.tv/oamgui
-
#ecologie #biodiversite #piegephoto #cameratrap #wildlifecamera #oiseaux #birds #ornithologie #pigeon #vulgarisation #react #Twitch #TwitchFR #cafedessciences @pogscience

[Перевод] Делегирование событий в JavaScript: когда обычного всплытия недостаточно
По мере роста фронтенд-приложений управление пользовательскими взаимодействиями становится все более важным. Добавление обработчика событий на каждый интерактивный элемент — плохая практика: это усложняет код, увеличивает расход памяти и снижает производительность. Здесь на помощь приходит делегирование событий (event delegation). Каждая интерактивная веб-страница опирается на Document Object Model (DOM) и ее систему событий. Когда мы нажимаем кнопку, вводим текст в поле или наводим курсор на изображение, возникает событие. Но оно не происходит само по себе — событие проходит по дереву DOM в процессе, который называется распространением события (event propagation).
https://habr.com/ru/companies/timeweb/articles/940722/
#javascript #js #react #timeweb_статьи #event_delegation #event_propagation #делегирование_событий #распространение_событий #listener #timeweb_статьи_перевод