Skip to content

Commit

Permalink
✏️ mention interaction to next paint (INP) in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Apr 19, 2024
1 parent 377dd6f commit 9e020b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ npm install main-thread-scheduling
The library lets you run computationally heavy tasks on the main thread while ensuring:
- Your app's UI doesn't freeze.
- Your users' computer fans don't spin.
- Your [INP (Interaction to Next Paint)](https://web.dev/articles/inp) is in green.
- It's easy to plug it into your existing codebase.

A real world showcase of [searching in a folder with 10k notes, 200k+ lines of text, that take 50MB on disk](https://twitter.com/antoniostoilkov/status/1539576912498118656) and getting results instantly.
Expand Down

0 comments on commit 9e020b8

Please sign in to comment.