Ask HN: I am not able to find a job. Should I switch stacks?
四年全栈经验却求职无门,换栈真的是解决之道吗?
I have 4 years of experience working with React, Next.js, and Node.js. Other than that, I have also done some work with React Native and Three.js. My …
四年全栈经验却求职无门,换栈真的是解决之道吗?
I have 4 years of experience working with React, Next.js, and Node.js. Other than that, I have also done some work with React Native and Three.js. My …
用Slack命令和EAS Update让设计师自己触发真实设备预览,告别Figma评审盲区,提升开发与设计协作效率。
TL;DR Figma reviews miss everything that's a function of the real device — touch targets, scroll momentum, keyboard behavior, font substitution, dark-…
一个汇聚前沿Web开发教程、创意代码与设计灵感的宝库,助你快速提升前端技能与项目效率。
A spotlight on Brisbane-based designer Kevin Lam, and his practice of turning brand stories into soulful experiences across digital, print and motion.
React聊天组件库V7版发布,零复杂度集成,快速构建聊天界面
All the chat components you need. None of the complexity Discussion | Link
用AI代理打通Figma到代码生成,在Cursor和Claude中快速落地前端。
Agentic frontend layer between Figma and Cursor & Claude Discussion | Link
1分钟搞定Next.js国际化,用React Intl和i18.dev智能提示免去文档折腾与按字收费。
You already built your app in Next.js with React. Now make it multilingual. Here's the exact workflow to go from single-language to fully translated u…
前端开发者分享如何利用AI工具在2小时内完成营销网站,实现时薪1000美元,真实经验值得参考。
Former front-end web developer/vibe coder here. I've started using AI tools to streamline my workflow. I'm now able to create marketing websites in un…
最佳实践也有保质期,一个Astro多语言项目的i18n经历揭示了关键教训。
My i18n Setup Was Right. Until It Wasn't. Best practices have an expiry date. They expire silently. I'm building a 4-language landing page for a clien…
从零构建信号系统的实战总结,助你掌握状态管理核心概念,来自Dev.to社区的深度内容
Recap At this point, this series on Signals and fine-grained reactivity is temporarily coming to an end. This article will not introduce new technical…
专为复杂React表单设计,MobX反应式引擎让状态管理脱胎换骨,远超Formik和React Hook Form的隐藏利器。
If you build forms in React, you've probably tried Formik, React Hook Form, or final-form. They're good. But if you deal with complex, deeply nested, …
从轻松周末项目到性能噩梦,揭秘浏览器音频波形渲染的隐藏难点
A few months ago I thought displaying an audio waveform in the browser would be a weekend project. I was wrong. The first prototype worked fine with s…
用GSAP MotionPath插件打造流畅的缩略图动画,手把手教程带你掌握前沿Web动画技术。
A creative exploration of GSAP MotionPath, where stacked thumbnails unfold into a flowing image strip through curved trajectories.
免费开源Vue动画图标库,523个Lucide图标动效丰富,助力前端高效集成与视觉升级
Article URL: https://respeak-io.github.io/lucide-motion-vue/ Comments URL: https://news.ycombinator.com/item?id=48395648 Points: 1 # Comments: 0
Redux中间件选型纠结?一文讲透Thunk缺乏的结构化能力,以及Saga如何优雅处理取消请求、竞态与协调
Here's the situation that gets everyone eventually. Your Redux setup is clean. Actions dispatch, reducers update state, components re-render, the whol…
通过这篇文章了解创意工作室Beaucoup,顺带获取GSAP进阶学习资源,一站式提升前端动画技能
Through branding, immersive web experiences, and 3D design, Beaucoup explores new ways to make brands feel memorable.
所见即所得编辑React组件,自动生成代码但不依赖大语言模型,开发者效率利器。
Article URL: https://github.com/donghaxkim/react-rewrite Comments URL: https://news.ycombinator.com/item?id=48339764 Points: 2 # Comments: 0
用自然语言描述界面,AI IDE 即可生成 React 组件代码,快速将设计转化为前端实现。
Hi HN Community! I'm Ali, Founder of Velork. I built Velork because I wanted something that I can really depend on to build production and client UI w…
Hacker News热帖引发React争议:开发者对React的爱恨情仇全在这了
Article URL: https://jsx.lol Comments URL: https://news.ycombinator.com/item?id=48274077 Points: 225 # Comments: 311
手把手教你用HTML5和CSS3打造一个时尚计算器界面,视觉与结构清晰可学。
This tutorial explains how to build a sleek calculator UI using HTML5 and CSS. HTML Structure (What we are building) <div class= "container" > &…
快速上手React+Vite构建CRUD应用,使用Axios和Bootstrap,代码简洁实用。
Simple localised react crud npm create vite@latest npm i bootstrap axios App.jsx import TableBody from " ./Table/TableBody " ; import " ./App.css " ; …