收藏 / 列表

Barry Pollard - Performance Signals For Customizing Website UX

In my last article, I suggested using the SaveData API to deliver a different, more performant, experience to users that expressed that desire. This hopefully leads to a greater experience for all u

performance , Core Web Vitals , User Experience , Javascript

Geoff Graham - Why Optimizing Your Lighthouse Score Is Not Enough For A Fast Website

This article has been kindly supported by our dear friends at DebugBear, who help optimize web performance to improve user experience. Thank you! We’ve all had that moment. You’re optimizin

performance , Core Web Vitals , optimization , Tools

繼小鵬 - 一、nextjs如何使項目工程化(c-shopping電商開源)

歡迎來到本系列文章,這些內容都是從我的開源項目 C-Shopping 衍生而來的。在這個系列中,我們將深入探討 Next.js 和其他技術的各個方面,分享我在開發 C-Shopping 時積累的見解和最佳實踐。如果你發現這些文章有幫助,請考慮在 GitHub 上為項目點亮一顆星星。你的支持對我來説意義重大,也會激勵我進行更多的開發! 項目在線演示地址: docker 部署地址:http://s

husky , eslint , next.js , 工程化 , prettier

歐雷 - Web2 終是末路,Web3 才是歸宿:接觸 Web3

今年 4 月時,可能是「金三銀四」的關係,經常會看到有前端同行在聊找工作的事情,在那煩惱去啥樣的公司比較好,也在為工作的穩定性和前景等而不知所措。 對於自以為「看透一切」的我而言,認為他們只要沒跳脱出原來的維度,不管做什麼選擇都將會迎來同樣的結果;然而,無論我如何解釋侷限性,他們都無動於衷,真令我着急! 於是乎,我心累地寫下《對前端同行的最後一次勸誡》,並決定再也不「多管閒事」地試圖拉那些要往火坑

職業發展 , solidity , 前端工程師 , web3 , 智能合約

Caleb Olojo - Dynamic Data-Fetching In An Authenticated Next.js App

Next.js has five types of data-fetching patterns for determining how you want content to be seen in your application: static-site generation (SSG), server-side rendering (SSR), client-side rendering

Apps , next.js , Javascript

Sam Poder - Next.js Wildcard Subdomains

A “wildcard”? What in the world? Great question, these types of domain stem from Wildcard DNS Records which look like this: *.example. 3600 TXT "Wild! You have found a wildcard.

Tools , next.js , Jamstack , Static Generators