Skip to content

onlyling/some-demo

Repository files navigation

自己做的一些小尝试

就是这样,喵~

其他推荐链接

文档

Alloyteam 代码规范:https://github.com/AlloyTeam/CodeGuide

JSDoc 中文文档:https://jsdoc.zcopy.site

博客

前端精读周刊:https://github.com/dt-fe/weekly

奇舞周刊:https://weekly.75.team

政采云前端小报:https://weekly.zoo.team

MDH • 前端情报:https://github.com/fe-cool/news

JavaScript

冴羽:https://juejin.im/user/712139234359182/posts

CSS

Web 字体 font-family 再探秘:https://www.cnblogs.com/coco1s/archive/2019/08/14/11350642.html

CSS 奇技淫巧:https://github.com/chokcoco/iCSS

从浏览器渲染层面解析css3动效优化原理:https://jelly.jd.com/article/6006b1055b6c6a01506c8850

你可能不知道的Animation动画技巧与细节:https://jelly.jd.com/article/6006b1055b6c6a01506c884e

React

卡颂:https://juejin.im/user/1943592291009511

React 技术揭秘:https://react.iamkasong.com

ssh_晨曦时梦见兮:https://juejin.im/user/2330620350708823

如何写出优秀的 React 代码:https://pengtikui.cn/how-to-write-great-react

React Interview Questions & Answers:https://github.com/sudheerj/reactjs-interview-questions

React Native

如何让你的 React Native 应用在键盘弹出时优雅地响应:rccoder/blog#25

react native打包(android)应用多环境,多包共存实现方案探索:https://juejin.cn/post/6844904098496512014

React Native版本号管理:https://15tar.com/react%20native/2018/03/18/react-native-versioning.html

其他

前端进阶十日谈:https://github.com/junyux/FE-Advance

前端面试星球:https://github.com/lgwebdream/FE-Interview

PostCSS 是个什么鬼东西:https://segmentfault.com/a/1190000003909268

webpack 中实现自动识别 CSS Modules:https://mp.weixin.qq.com/s/DqsXf-4iOfI0-pk4twsUIQ

探讨浏览器指纹:https://zhuanlan.zhihu.com/p/282922459

free-coder:https://space.bilibili.com/31273057

深入剖析 JavaScript 编译器/解释器引擎 QuickJS - 多了解些 JavaScript 语言:https://ming1016.github.io/2021/02/21/deeply-analyse-quickjs/