Skip to content

Instantly share code, notes, and snippets.

View ahampriyanshu's full-sized avatar

Priyanshu Tiwari ahampriyanshu

View GitHub Profile
@ahampriyanshu
ahampriyanshu / .vimrc
Last active May 9, 2022 18:48
my vim conf
set hidden
set noerrorbells
set tabstop=4 softtabstop=4
set shiftwidth=4
set signcolumn=yes
set expandtab
set smartindent
set number
set nowrap
set smartcase
@fokusferit
fokusferit / enzyme_render_diffs.md
Last active April 15, 2024 09:41
Difference between Shallow, Mount and render of Enzyme

Shallow

Real unit test (isolation, no children render)

Simple shallow

Calls:

  • constructor
  • render