使用 react-i18next 的瑣碎注意事項
已經解決的,也有還沒解決的 i18next 使用經驗
Aug 31, 20211 min read
Search for a command to run...
已經解決的,也有還沒解決的 i18next 使用經驗
cover photo credit: Splitbee

Stitches 是剛進入穩定 1.0.0 版本的 CSS-In-JS 套件,用起來已經相當成熟,常見的 CSS 規畫都能迎刃而解。 網站:https://stitches.dev 文件:https://stitches.dev/docs 使用環境 React: ^17.0.0 Next.js: 11.1.0 這篇文章不會把 Stitches 文件裡提到的內容再講一遍,因為已經非常清楚,只會補充特色和小訣竅。 Stitches 利用 styled 來撰寫 CSS 屬性,跟已經廣泛使用的 styl...
