-
-
Notifications
You must be signed in to change notification settings - Fork 301
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 wrapper for jKanban #65
Comments
Here's a blog post describing how to build a Vue.js kanban board that could be helpful. |
Hello @segheysens, thank you for your interest. Actually is it possible to wrap Kanban in a Vue Component. I'm working on it. First version might be released on next month. |
@segheysens I was already thinking of creating a React wrapper for jKanban. It's already been a long time in my todo list. if @marcosrocha85 can release his Vue wrapper we can link both to this repo. |
@marcosrocha85 is this https://github.com/marcosrocha85/vue-jkanban/tree/feature/1 the vue wrapper? Why didn't you merge it to the master? |
It isn't done yet. I'm trying to implement "reactivity" to boards property. In Vue we have to watch that property and differ arrays in order to call addItem or addBoard from jKanban. I'm still working in it. |
Does anyone have an update on this or has found an alternative for react? |
This is an idea
issue
. This library has some great built-in functionality and given the need to track data across user interactions with the board, incorporating a state management framework like React would be very compelling for more developers to adopt jKanban.I'll try to personally do some research into common patterns for wrapping libraries with a react interface (some other examples like fullcalendar-react and react-map-gl come to mind), but any community feedback and input is appreciated!
The text was updated successfully, but these errors were encountered: