The Wayback Machine - https://web.archive.org/web/20200916214037/https://github.com/slikts
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. The Worst Minesweeper 💣 Ever

    JavaScript 240 15

  2. Tuples and value objects for JavaScript 🤷

    TypeScript 42 2

  3. 🦑 Informal definitions of terms used in concurrency modeling

    HTML 261 12

  4. Convert streams to async iterables

    TypeScript 26 2

  5. 1
    <p align=center><a href=https://nelabs.dev><img src=https://nelabs.dev/logo.svg width=450 alt=nelabs.dev></a></p>
    2
    
                  
    3
    # Advanced memoization and effects in React
    4
    
                  
    5
    Memoization is a somewhat fraught topic in the React world, meaning that it's easy to go wrong with it, for example, by [making `memo()` do nothing][memo-pitfall] by passing in children to a component. The general advice is to avoid memoization until the profiler tells you to optimize, but not all use cases are general, and even in the general use case you can find tricky nuances.
  6. 🧰 Up-to-date list of JavaScript and TypeScript tooling resources

    HTML 157 5

You can’t perform that action at this time.