不知答案尚可求,不知问题何以谋。
#开发工具 Github 拉取代码仓库,账户密码的方式不可用了,推荐的方式是创建并管理身份凭据,管理方式有:
1.
2.
https://docs.github.com/zh/get-started/getting-started-with-git/caching-your-github-credentials-in-git
1.
brew install gh
2.
brew install --cask git-credential-manager
https://docs.github.com/zh/get-started/getting-started-with-git/caching-your-github-credentials-in-git
#React #文章 useSyncExternalStore 实践应用:如何构建 React 库
https://tigerabrodi.blog/how-to-build-a-library-in-react
https://tigerabrodi.blog/how-to-build-a-library-in-react
#文章 #React react-router 中动态样式表(以前是 Remix)
https://sergiodxa.com/tutorials/load-dynamic-stylesheets-in-react-router
https://sergiodxa.com/tutorials/load-dynamic-stylesheets-in-react-router
#React #文章 组件中的单一原则,一个类应该只有一个改变的理由。
https://cekrem.github.io/posts/single-responsibility-principle-in-react/
https://cekrem.github.io/posts/single-responsibility-principle-in-react/
#文章 防止XSS攻击,探讨 styled-components 动态样式注入的安全防范。检验值类型或者使用枚举限制。
https://andrei-calazans.com/posts/styled-components-xss-danger/#main
https://andrei-calazans.com/posts/styled-components-xss-danger/#main
#文章 ECMAScript的一个新特性——正则表达式模式修饰符(Regular Expression Pattern Modifiers)
https://2ality.com/2025/01/regexp-modifiers.html
https://2ality.com/2025/01/regexp-modifiers.html