Skip to content

Commit 9e020b8

Browse files
committed
✏️ mention interaction to next paint (INP) in the readme
1 parent 377dd6f commit 9e020b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ npm install main-thread-scheduling
3333
The library lets you run computationally heavy tasks on the main thread while ensuring:
3434
- Your app's UI doesn't freeze.
3535
- Your users' computer fans don't spin.
36+
- Your [INP (Interaction to Next Paint)](https://web.dev/articles/inp) is in green.
3637
- It's easy to plug it into your existing codebase.
3738

3839
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.

0 commit comments

Comments
 (0)