Skip to content
View okvv's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report okvv

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
okvv/README.md

Pinned Loading

  1. VirtualScrollTable VirtualScrollTable
    1
    import React, {
    2
      memo,
    3
      useMemo,
    4
      useRef,
    5
      useState,
  2. What forces layout/reflow. The compr... What forces layout/reflow. The comprehensive list.
    1
    # What forces layout / reflow
    2
    
                  
    3
    All of the below properties or methods, when requested/called in JavaScript, will trigger the browser to synchronously calculate the style and layout*. This is also called reflow or [layout thrashing](http://www.kellegous.com/j/2013/01/26/layout-performance/), and is common performance bottleneck.
    4
    
                  
    5
    Generally, all APIs that synchronously provide layout metrics will trigger forced reflow / layout. Read on for additional cases and details.
  3. dotfiles dotfiles Public

    Forked from morsdyce/dotfiles-1

    Get started with your own dotfiles.

    Shell

  4. grid-interview grid-interview Public

    Forked from 500tech/grid-interview

    Please do not open pull requests against this repository

    JavaScript

  5. node-package-boilerplate node-package-boilerplate Public template

    A boilerplate for my node + ts needs with packaging out of the box.

    JavaScript

  6. xyte-io/nodejs-agent xyte-io/nodejs-agent Public template

    Xyte's agent implemented in NodeJS

    TypeScript 3 1