Skip to content
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

周阅读清单 [BLOG] #2

Open
LinkXSystem opened this issue Aug 3, 2019 · 10 comments
Open

周阅读清单 [BLOG] #2

LinkXSystem opened this issue Aug 3, 2019 · 10 comments
Assignees
Labels

Comments

@LinkXSystem
Copy link
Owner

LinkXSystem commented Aug 3, 2019

阅读时间:星期一 至 星期五,不定时感想

@LinkXSystem
Copy link
Owner Author

LinkXSystem commented Aug 3, 2019

@LinkXSystem
Copy link
Owner Author

LinkXSystem commented Aug 3, 2019

NOTE: 2019/8/5 ~2019/8/9

代码片段:

false ? console.log('x') : (console.log('a'), console.log('b'))

@LinkXSystem
Copy link
Owner Author

@LinkXSystem
Copy link
Owner Author

LinkXSystem commented Aug 12, 2019

TODO:2019/8/12 ~ 2019/8/16

  • ShaderBlocks : 一个关于 shader 可视化生成的项目
    • 主要使用 svg / canvas / glsl 等相关技术

@LinkXSystem
Copy link
Owner Author

LinkXSystem commented Aug 18, 2019

TODO:2019/8/19 ~ 2019/8/23

(async () => {
  const fetchPromise = fetch('fibonacci.wasn');
  // 以流式的方式来做编译和初始化
  const { instance } = await WebAssembly.instantiateStreaming(fetchPromise);
  const result = instance.exports.fibonacci(42);
  console.log(result);
})

@LinkXSystem LinkXSystem self-assigned this Aug 19, 2019
@LinkXSystem
Copy link
Owner Author

LinkXSystem commented Aug 25, 2019

TODO:2019/8/26 ~ 2019/8/30

@LinkXSystem
Copy link
Owner Author

LinkXSystem commented Aug 31, 2019

TODO:2019/9/02 ~ 2019/9/06

@LinkXSystem LinkXSystem pinned this issue Nov 10, 2019
@LinkXSystem
Copy link
Owner Author

LinkXSystem commented Nov 11, 2019

@LinkXSystem
Copy link
Owner Author

TODO:2019/12/09 ~ 2019/12/13

  • 精读《正交的 React 组件》

    思考:准确的分离状态和组件是一件非常困难的问题,这个问题应该不止从设计图,和数据来源上考虑此问题,更多的问题在于期待组件承载什么样的功能,可以复用到什么样的程度。

@LinkXSystem
Copy link
Owner Author

TODO: 2020/12/11 ~ 2020/12/12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant