Skip to content

Commit

Permalink
Add note from iOS Shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrook committed Dec 7, 2023
1 parent 7183778 commit 1c9829e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/notes/2023-12-07-19-45.md
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.

0 comments on commit 1c9829e

Please sign in to comment.