1ifeworld / river-source

Opinionated site implementation
https://river-live.vercel.app
GNU Affero General Public License v3.0
1 stars 1 forks source link

Jawn/add members #265

Closed jawndiego closed 1 year ago

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
river ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 26, 2023 3:22am
1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **estuary-docs** | ⬜️ Ignored ([Inspect](https://vercel.com/1ifeworld/estuary-docs/4Xp8dLbsPHctQJizvPJ9S39YVSjY)) | [Visit Preview](https://estuary-docs-git-jawn-addmembers-1ifeworld.vercel.app) | | Sep 26, 2023 3:22am |
jawndiego commented 1 year ago

appreciate the thoughtful comments.

  1. updated
  2. changed to + icon
  3. fixed!
  4. reverted the check to include ? true : false

i was having many issues with constant re-renders and lots of checks happening with my code. switched to usecallback to prevent unnecessary re-renders of components. changed in other places of code for consistency. there may be better ways to deal with re-renders