Need Help Fixing FeedStreamer Before Publishing
#1
Locked
Dev-axay18
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey devs ,
I’ve been working on a new React component library called FeedStreamer, which provides an infinite-scroll feed gallery, great for social media-style UIs or media-heavy apps.
About FeedStreamer
React,TypeScript,Vite❗Issue I’m Facing
When testing it in a basic React app, I get an error:
I suspect the issue lies in how props like
dataare being accessed internally (maybeundefinedon first render or due to incorrect defaults).It causes the app to crash even if the structure is correct.
I’m Looking For
Help in stabilizing the component:
datais empty or undefined.lengthor other common rendering bugsI’m NOT publishing it yet. Just trying to get it production-ready with your feedback.
🔗 GitHub Repo
➡️ https://github.com/Dev-axay18/FeedStreamer
If you have time, take a quick look at the core component (
FeedScroll.tsx). PRs, suggestions, or just feedback would be massively appreciatedThanks a ton for your time & support 💚
Once this works fine, I’ll publish it as an NPM package for the community! ✨
Beta Was this translation helpful? Give feedback.
All reactions