-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React / Vanilla JS question #16
Comments
The built module is already library agnostic - It's made with Svelte but the dist files have no other dependencies except moment.js (and I hope that will change too, see https://github.com/ANovokmet/svelte-gantt/blob/gh-pages/dist/lib.js), and that is one of the reasons why I decided to use Svelte. I could however help you import it in a React project, and fix any issues preventing it from being used with React. Another good option is writing a wrapper library for React. |
Gotcha, thanks for getting back to me. Makes sense that the bundle is agnostic actually. I'll take some time to see how it plays with React and let you know! |
The package works great with Vue.js |
And it works well with Angular, too :) |
Slowly starting to get the React adapter together, would you want it part of this repository or my own? |
I think it's better for that to be another repository. |
@darekeapp I've sent you an example piece of code on how to load |
Can you send me that codesanbox.io. I have problem build this chart in React. |
Tried using it on ReactJS, kept getting |
Love this gantt chart, it's awesome, thanks for all your work and under the MIT license.
My issue is I need it in React. I see a few options:
Curious to hear your thoughts on this.
The text was updated successfully, but these errors were encountered: