#Development #Demos
World clock slider · A sleek time zone converter for the web https://ilo.im/165qxy
_____
#TimeZones #Slider #Design #WebDesign #WebDev #Frontend #HTML #CSS #JavaScript #React
You don't need a context or state manager for TanStack Query in scattered React components
https://programming.dev/post/43461650
Aiden Bai (@aidenybai)
opus 4.5의 성능이 매우 좋아서, 트윗 작성자는 약 20분 만에 200줄짜리 LLM 친화적 React Scan 버전을 만들어냈다고 보고. opus 4.5를 활용한 빠른 프로토타이핑 및 프론트엔드/LLM 통합 가능성을 보여주는 사례.
https://x.com/aidenybai/status/2007638790274531334
#opus #react #llm #prototyping
Merker: Icon Samlung für #homeassistant, #Vue, #React, #Webfont
https://pictogrammers.com/library/mdi/
Webflow is hiring Staff Software Engineer, Assets - Distributed Systems
🔧 #javascript #typescript #react #node #express #api #cypress #playwright #css #html #mongodb
🌎 Remote; United States
⏰ Full-time
🏢 Webflow
Job details https://jobsfordevelopers.com/jobs/staff-software-engineer-assets-distributed-systems-at-webflow-com-dec-23-2025-342bb2?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Guild is hiring Senior AI Native Engineer
🔧 #c #typescript #react #graphql #rest #seniorengineer
🌎 Denver, Colorado
⏰ Full-time
🏢 Guild
Job details https://jobsfordevelopers.com/jobs/senior-ai-native-engineer-at-guild-com-aug-27-2025-5fea02?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
I almost posted "Happy 2026 everyone" in this ancient (open) #React GitHub issue to ship ESM builds.
https://github.com/facebook/react/issues/11503 #JavaScript
MỚI: Ứng dụng Kanban self-hosted với React + FastAPI. Điểm đặc biệt là lưu trữ trên AWS S3 mà không cần cơ sở dữ liệu. Dự án mã nguồn mở đang trong giai đoạn phát triển, hệ xác thực còn cơ bản.
#Kanban #SelfHosted #React #FastAPI #TựHost #MãNguồnMở
https://www.reddit.com/r/selfhosted/comments/1q27nxq/fullstack_selfhosted_kanban_react_frontend/
This is an alternative to #JS #frontend frameworks like #react #angular #svelte #vue
But the fascinated think is that is a #ruby front end framework
https://youtu.be/LY6ulYICuzE?si=pMQq1n-2QPhMwyXq
#webDev #webDevelopment #softwareDevelopment #RubyOnRails
Designing Predictable and Maintainable Forms in React https://jsdev.space/react-form-primitives/ #react #forms #architecture

Migrating from React to Angular: A "Ship of Theseus" case study.
We replaced a core FinTech application piece by piece while it was still in production. By moving to an opinionated platform, we improved governance and delivery speed. Read about our strategy and the Strangler Fig pattern: https://g.omid.dev/RiTgV8T
#Angular #React #WebDev #Architecture #FinTech
CapsuleRSC: Framework đảm bảo ranh giới server/client an toàn cho React Server Components qua 3 lớp phòng thủ:
1️⃣ Kiểu (TypeScript): Chặn dữ liệu không tuần tự hóa lúc biên dịch
2️⃣ Build-time: ESLint phát hiện vi phạm
3️⃣ Runtime: assertSerializable kiểm tra khi chạy
Ngăn lỗi phổ biến: hàm không hoạt động, Date thành string, lớp mất phương thức, tham chiếu vòng. Khác biệt với tRPC (tập trung API) nhưng có thể kết hợp.
#React #ReactServerComponents #TypeScript #JavaScript #WebDevelopment #Fron