Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Standing on the shoulders of giants

koba04
July 06, 2023
2.5k

Standing on the shoulders of giants

at Cybozu Frontend Day 2023
(2023/06/30)

koba04

July 06, 2023
Tweet

Transcript

  1. Standing on the shoulds of giants • The phrase "standing

    on the shoulders of giants" is a metaphor which means "using the understanding gained by major thinkers who have gone before in order to make intellectual progress” (Wikipedia) https://en.wikipedia.org/wiki/ Standing_on_the_shoulders_of_giants
  2. facebok/react • The most popular repository for frontend engineers (209k

    ⭐) • ReactFiber.js • https://github.com/facebook/react/blob/main/packages/react- reconciler/src/ReactFiber.js • ReactFiber is an internal representation of ReactElement
  3. You can f ind solutions to solve our problems in

    OSS for free💰 • How to ensure our migration doesn’t break public interfaces? • How to test complex React Hooks? • How to name variables?