V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
wubaiqing
V2EX  ›  分享发现

[前端] 每日时报 - 2019.05.27

  •  
  •   wubaiqing · 2019-05-27 16:58:19 +08:00 · 1027 次点击
    这是一个创建于 1794 天前的主题,其中的信息可能已经有所发展或是发生改变。

    [前端] 每日时报 - 2019.05.27

    https://github.com/wubaiqing/zaobao

    [新闻] GitHub 新增了几个小功能;赞助按钮和 Used By (可以查看那些项目使用了你的模块,非常方便),这几个按钮效果可以直接看 Vue 官方的地址:https://github.com/vuejs/vue

    [文章] 《怎样做一个不冲动的人》你不管理好自己的情绪,自然有人帮你管理好情绪:https://www.youtube.com/watch?v=5am1YLGr8ag

    [资源] 努力整理翻译一系列前端优质文章,今年博客侧重于 React、Vue、React native 与底层原理分析:https://github.com/qq449245884/xiaozhi

    [类库] Rough.js 可以创建一个类似于手绘效果的图形:https://roughjs.com/

    [类库] await-timeout 是基于 Promise 实现的 sleep 函数:https://github.com/vitalets/await-timeout

    配图 - GitHub,赞助按钮和 Used By

    配图 - Rough.js

    示例 - await-timeout

    import Timeout from 'await-timeout';
    
    // wait 1000 ms and resolve
    await Timeout.set(1000);
    
    // wait 1000 ms and reject with 'Error'
    await Timeout.set(1000, 'Error');
    

    今日图 - 全球浏览量前 20 的网站

    查看更多 https://wubaiqing.github.io/zaobao/other/latest.html

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5358 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 08:54 · PVG 16:54 · LAX 01:54 · JFK 04:54
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.