tulsawebdevs / website

The Tulsa Web Devs User Group Site
GNU General Public License v3.0
1 stars 13 forks source link

chore: define patterns for client-side data fetching #242

Closed helmturner closed 6 months ago

helmturner commented 6 months ago

We're stubbing data for these at the moment, so we'll need to wire up fetchers and such. See src/components/ProposalForm.tsx for the current pattern being used for this.

helmturner commented 6 months ago

I'm going to narrow the scope of this and create a new issue for the other requests. I think defining a strategy for client fetching is enough to consider this one closed.