JavaScript
5 posts

Frontend Performance Optimization: I Replaced Axios With 25 Lines of Vanilla JS
Discovered that 13KB Axios is just a fetch wrapper. Using 25 lines of vanilla JS to achieve the same functionality while reducing bundle size by 92%. A real frontend performance optimization case.
December 28, 2025 · 5 min · 910 words · Mengshou Programming

Evan You Announces OXC Tools: 45x Faster Than Prettier, 50-100x Faster Than ESLint
Vue.js creator Evan You unveils OXC tool suite with oxfmt 45x faster than Prettier and oxlint 50-100x faster than ESLint, revolutionizing frontend development workflow
October 19, 2025 · 4 min · 771 words · Rexai Programming

Snapdom: A New Engine for Web Screenshots, Say Goodbye to Lag
Snapdom gained 2000+ stars in two months - how does it use SVG magic to make web screenshots lightning fast? Say goodbye to html2canvas lag and experience the modern web screenshot solution
October 17, 2025 · 4 min · 724 words · Rexai Programming

Say Goodbye to encodeURIComponent() in 2025
Build cleaner URLs with the new URL() API and ditch the tedious encodeURIComponent() approach
September 6, 2025 · 3 min · 441 words · Rexai Programming

Make Your Web App Fly with scheduler.yield() ⚡
Keep your UI smooth by breaking up heavy tasks, just like a smart restaurant server
August 15, 2025 · 4 min · 678 words · Rexai Programming