onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.35k stars 299 forks source link

[WIP] Feature/memoize indent lines #2636

Open akinsho opened 5 years ago

akinsho commented 5 years ago

Switch to using moize library to memoize indent lines components and separate implementation into SFCs and utilities

React 16.6 now adds the ability to memoize from the library meaning the 3rd party solution isn't necessary so need to swap that out