React hooks for atproto.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: init project

serenity 6b207dfe

+19
+5
README.md
··· 1 + # use-atproto 2 + 3 + A collection of common hooks to simplify your atproto dev experience while working in React. 4 + 5 + Extremely WIP.
+14
package.json
··· 1 + { 2 + "name": "use-atproto", 3 + "version": "0.0.1", 4 + "description": "React hooks for atproto.", 5 + "type": "module", 6 + "main": "index.js", 7 + "scripts": { 8 + "test": "echo \"Error: no test specified\" && exit 1" 9 + }, 10 + "keywords": [], 11 + "author": "Sylfr Serenity Tan", 12 + "license": "MIT", 13 + "packageManager": "pnpm@10.28.0" 14 + }