some-demo icon indicating copy to clipboard operation
some-demo copied to clipboard

some demo

自己做的一些小尝试

  • algorithm 简单的算法
  • back-to-previous-by-history 返回上一级的一波多折
  • bootstrap-modal 基于 Bootstrap 简单封装一个弹窗
  • canvas-play-bar 浏览器端使用 canvas 做的一个播放按钮,带进度条
  • CSS-shadow-gradient 内圆弧阴影
  • data-time-picker-single 微信小程序 日期时间选择组件
  • git-commitizen 优雅的提交你的 Git Commit Message
  • gulp-dev-build gulp、seajs、less 多页
  • parse-markdown 解析 markdown 语法变成 HTML 代码
  • react-modal-mobile React 移动端通用弹层组件
  • sideslip-delete 微信小程序 侧滑删除、编辑
  • static-page Node.js + nunjucks 写页面,发布成带有连接的静态页面
  • typescript-width-axios Typescript 与 axios 友好的搭配使用
  • vue-actions Vue 移动端 一个 actions 小组件
  • vue-page-switching Vue 仿 App 页面切换
  • vue-progress Vue 顶部进度小组件
  • vue-toast Vue 移动端 一个 toast 小组件

就是这样,喵~

其他推荐链接

文档

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 应用在键盘弹出时优雅地响应:https://github.com/rccoder/blog/issues/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/