Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 360 Bytes

challenge3.md

File metadata and controls

8 lines (7 loc) · 360 Bytes

Frontend Challenge 3: Client-Side Rendering

  • Decription
    Build a simple web app that renders on the client and deploy it to Arweave.
  • Why?
    Because it fits Arweave’s permanent storage model, and AR.IO gateways can’t execute server-side code. Use CSR for interactive apps that change often.
  • Tools
    Arx, Next.js, Nuxt, SvelteKit, etc.