-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7183778
commit 1c9829e
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
date: 2023-12-07 19:45:11 | ||
location: My iOS shortcut | ||
--- | ||
[ArrowJS](https://www.arrow-js.com) is my spirit animal JS library at the moment. | ||
|
||
*If* you need a library on the frontend, I’d use this one. | ||
|
||
✅ tiny (2kB). can read the source code in 10 min. | ||
✅ reactive, with observable signals/atoms. | ||
✅ no build, no JSX, no dependencies. | ||
|
||
It abstracts away sharp edges with the DOM, and does the reactive boilerplate for you. I could easily just copy-paste the source into a vendor/ directory and call it a day. | ||
|