Replies: 3 comments 5 replies
-
hey @Bmongo i have pushed the current changes fork it |
Beta Was this translation helpful? Give feedback.
0 replies
-
hey @Bmongo is their any road block while developing the react wrapper ? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I still think that the current project should use monorepo for project management, which is too fragmented when developing across multiple repositories. |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hi everyone,
With the core interactive video library now available on npm:
...let’s discuss building a thin React wrapper to streamline integration with React projects, while keeping things lightweight and close to the core API.
🧩 Why a Thin React Wrapper?
React is the go-to for modern UIs, and a minimal wrapper would:
🎯 Example Usage
A thin wrapper might look like this:
This component would directly leverage
@interactive-video-labs/core
, exposing its features through React props and events, without adding extra layers.🛠️ Roadmap Thoughts
We plan to build this in a dedicated standalone repository (e.g., react-wrapper) outside the core package,
to keep concerns isolated and publishing clean.
Key goals:
🤝 Open Questions
Let’s collaborate on a simple, effective React integration! Share your thoughts or interest below.
– Tajul (on behalf of Interactive Video Labs)
Beta Was this translation helpful? Give feedback.
All reactions