A tool for people curious about the React Server Components protocol rscexplorer.dev/
rsc react

hmm

+1 -1
+1 -1
.tangled/workflows/ci.yaml
··· 12 12 - name: install 13 13 command: npm install 14 14 - name: test 15 - command: CHROMIUM_PATH=$(which chromium) npm test 15 + command: CHROMIUM_PATH=$(command -v chromium) npm test 16 16 - name: build versions 17 17 command: npm run build:versions