Content
@
0 reply
0 recast
0 reaction
Darryl Yeo đ ïž
@darrylyeo
In an era where everyone and their mother can generate and deploy the same generic-looking React / Tailwind / shadcn/ui slop to Vercel at the press of a button, your moat as a frontend developer remains the following: âą mastering the underlying web standards âą understanding tradeoffs and hard limits of existing frameworks/libraries/abstractions âą knowing how to cut bloat and replace building blocks with leaner, more flexible, or more maintainable alternatives âą leveraging lesser-explored platform features to create delightful, net-new experiences on the web https://youtu.be/TBIjgBVFjVI
10 replies
6 recasts
56 reactions
Rafi
@rafi
> leveraging lesser-explored platform features to create delightful, net-new experiences on the web This. I recently implemented carousel using scroll snap replacing JS library that got suggested by Claude. This required non-trivial understanding of how DOM and event loop works but I got it working in 30 LOCs and it works smoothly on mobile, too (no need for JS exec during each repaint.) There are other similar features built-in into modern browsers that not many people know about because they don't know how to read MDN or caniuse.com
0 reply
1 recast
2 reactions