-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
英文技术文章阅读。 #15
Comments
https://kentcdodds.com/blog/when-to-break-up-a-component-into-multiple-components https://blog.logrocket.com/rxjs-with-react-hooks-for-state-management/ https://kentcdodds.com/blog/understanding-reacts-key-prop |
https://vue-composition-api-rfc.netlify.com/#logic-extraction-and-reuse |
https://vue-composition-api-rfc.netlify.com |
|
https://nextjs.org/learn/basics/getting-started |
https://medium.com/swlh/clean-up-redux-code-with-react-redux-hooks-71587cfcf87a |
https://kentcdodds.com/blog/fix-the-slow-render-before-you-fix-the-re-render |
https://kentcdodds.com/blog/state-colocation-will-make-your-react-app-faster/ |
https://kentcdodds.com/blog/dont-sync-state-derive-it |
https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass |
vuejs/rfcs#89 |
https://stackoverflow.com/questions/28818849/how-do-the-different-enum-variants-work-in-typescript
|
https://artsy.github.io/blog/2018/11/21/conditional-types-in-typescript/ |
https://medium.com/@martin_hotell/10-typescript-pro-tips-patterns-with-or-without-react-5799488d6680
React + TypeScript 10个需要避免的错误模式。
https://medium.com/scrum-ai/4-testing-koa-server-with-jest-week-5-8e980cd30527
单元测试TypeScript + Koa的实践
https://kentcdodds.com/blog/profile-a-react-app-for-performance
React使用DevTools分析性能的一些注意事项
https://kentcdodds.com/blog/optimize-react-re-renders
React中优化组件重渲染,这里有几个隐含的知识点。
这篇文章中提到的具体的优化策略是把
改成
然后把Logger组件的创建提到外层,而不要放在setCount会影响到的作用域下,这样logger组件就不会重新渲染了。
https://kentcdodds.com/blog/the-state-reducer-pattern-with-react-hooks
React Hooks的自定义hook中,如何利用reducer的模式提供更加灵活的数据管理,让用户拥有数据的控制权。
https://mariusschulz.com/blog/const-assertions-in-literal-expressions-in-typescript
TypeScript中的const常量声明和let变量声明的类型区别,以及as const的应用。
https://github.com/piotrwitek/react-redux-typescript-guide#react---type-definitions-cheatsheet
React-Redux + TypeScript 的备忘录。
https://github.com/typescript-cheatsheets/react-typescript-cheatsheet
React + TypeScript 进阶用法备忘录。
https://blog.echobind.com/integrating-prettier-eslint-airbnb-style-guide-in-vscode-47f07b5d7d6a
在项目中集成Prettier + ESLint + Airbnb Style Guide
https://levelup.gitconnected.com/setting-up-eslint-with-prettier-typescript-and-visual-studio-code-d113bbec9857
在项目中集成ESLint with Prettier, TypeScript
The text was updated successfully, but these errors were encountered: