- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 63 for Clark (0.24 sec)
-
.mailmap
Brendan Kenny <******@****.***> Brendan Kenny <******@****.***> Connor Clark <******@****.***> cjamcl <******@****.***> Connor Clark <******@****.***> Connor Clark <******@****.***> Patrick Hulce <******@****.***> Patrick Hulce <******@****.***> Paul Irish <******@****.***> Paul Irish <******@****.***>
Plain Text - Registered: 2023-03-16 03:45 - Last Modified: 2020-05-13 03:15 - 405 bytes - Viewed (0) -
TODO/react-16-features-and-fiber-explanation.md
## 特性 ### 核心算法重写 这次算法重写带来的主要特性是异步渲染。(**注意**:在 16.0 中尚不支持,但是在未来的 16.x 版本中将会做为可选特性)。另外,新的重写删除了一些不成熟的、妨碍了内部变化的抽象。 > 这些多来自于 [Lin Clark 的演讲](https://www.youtube.com/watch?v=ZCuYPiUIONs),所以你可以看看这个演讲,再在 twitter 上 [关注并点赞 Clark](https://twitter.com/linclark) 来支持她这个视角独特的概述。 异步渲染的意义在于能够将渲染任务划分为多块。浏览器的渲染引擎是单线程的,这意味着几乎所有的行为都是同步发生的。React 16 使用原生的浏览器 API 来间歇性地检查当前是否还有其他任务需要完成,从而实现了对主线程和渲染过程的管理。在 Firefox 中,一个浏览器主线程的例子很简单:
Plain Text - Registered: 2023-03-16 14:49 - Last Modified: 2017-10-11 12:39 - 9.2K bytes - Viewed (0) -
docs-ui/stories/components/idBadge.stories.js
`; Header.displayName = 'Header'; export default { title: 'Components/Badges/ID Badge', components: IdBadge, }; export const All = () => { const user = { name: 'Chrissy', email: 'chris.clark@sentry.io', }; const team = { slug: 'team-slug', }; const project = { slug: 'project-slug', }; const organization = { slug: 'organization-slug', }; const member = {
JavaScript - Registered: 2023-02-13 23:34 - Last Modified: 2021-11-24 16:13 - 1.6K bytes - Viewed (0) -
contrib/builder-keys/keys.txt
9EDAFF80E080659604F4A76B2EBB056FD847F8A7 Stephan Oeste (Emzy) 6DEEF79B050C4072509B743F8C275BC595448867 Tomas Kanocz (KanoczTomas) AEC1884398647C47413C1C3FB1179EB7347DC10D Warren Togami (wtogami) 74E2DEF5D77260B98BC19438099BAD163C70FBFA Will Clark (will8clark) 79D00BAC68B56D422F945A8F8E3A8F3247DBCBBF Willy Ko (willyko)
Plain Text - Registered: 2023-01-03 01:31 - Last Modified: 2022-11-24 02:29 - 3.7K bytes - Viewed (4) -
AUTHORS
Bryan Bess <******@****.***> C.T. Lin <******@****.***> Chiahao Lin <******@****.***> Chris Tarquini <******@****.***> Christoffer Hallas <******@****.***> Clark Du <clark******@****.***> Darren Cauthon <******@****.***> Debjeet Biswas <******@****.***> Dmitry Mazuro <******@****.***> Douglas Christopher Wilson <******@****.***>
Plain Text - Registered: 2023-03-15 08:22 - Last Modified: 2018-07-12 06:15 - 6.3K bytes - Viewed (0) -
docs/_posts/2016-07-26-jekyll-3-2-0-released.markdown
- Alex Wood - Anatoliy Yastreb - Andrew Artajos - Andrew Munsell - AndrewCz - Ankush Menat - Anthony Smith - Ben Balter - Brian Jones - Brint O'Hearn - Chayoung You - Chris Wells - chrisfinazzo - Clark Winkelmann - Dan Allen - David Von Lehman - David Zhang - Derek Gottlieb - Enes Gönültaş - EricH - Erick Sasse - Eugênio Cabral - Florian Thomas - Frank Taillandier - Henry Goodman - Henry Wright
Plain Text - Registered: 2023-03-14 01:54 - Last Modified: 2019-02-15 20:04 - 2.7K bytes - Viewed (0) -
TODO/a-cartoon-intro-to-webassembly.md
> * 原文地址:[A cartoon intro to WebAssembly](https://hacks.mozilla.org/2017/02/a-cartoon-intro-to-webassembly/) > * 原文作者:本文已获作者 [Lin Clark](https://code-cartoons.com/@linclark) 授权 > * 译文出自:[掘金翻译计划](https://github.com/xitu/gold-miner) > * 译者: [根号三](https://github.com/sqrthree) > * 校对者:[Reid](https://github.com/reid3290)、[Tina92](https://github.com/Tina92) # 看漫画,学 WebAssembly WebAssembly 运行得很快,你可能已经听说过这个了。但是是什么让 WebAssembly 这么快呢?
Plain Text - Registered: 2023-03-16 14:49 - Last Modified: 2017-03-17 02:22 - 2.6K bytes - Viewed (0) -
packages/docs/src/examples/v-virtual-scroll/misc-user-directory.vue
Plain Text - Registered: 2023-03-20 06:45 - Last Modified: 2023-01-05 15:23 - 3.4K bytes - Viewed (0) -
package.json
"functional", "immutable", "hot", "live", "replay", "flux", "elm" ], "authors": [ "Dan Abramov <******@****.***> (https://github.com/gaearon)", "Andrew Clark <******@****.***> (https://github.com/acdlite)" ], "type": "module", "module": "dist/es/index.js", "main": "dist/cjs/index.cjs", "types": "types/index.d.ts", "exports": {
Json - Registered: 2023-03-19 03:43 - Last Modified: 2023-02-22 16:18 - 3.2K bytes - Viewed (0) -
GPL/DemanglerGnu/src/demangler_gnu_v2_33_1/c/cxxfilt.c
/* ### * IP: GPL 3 */ /* Demangler for GNU C++ - main program Copyright (C) 1989-2019 Free Software Foundation, Inc. Written by James Clark (******@****.***) Rewritten by Fred Fish (******@****.***) for ARM and Lucid demangling Modified by Satish Pai (******@****.***) for HP demangling This file is part of GNU Binutils. This program is free software; you can redistribute it and/or modify
C - Registered: 2023-03-16 20:45 - Last Modified: 2020-09-21 21:39 - 7.4K bytes - Viewed (0)