riktar / jkanban

Vanilla Javascript plugin for manage kanban boards
https://www.riccardotartaglia.it/jkanban/
Apache License 2.0
1.07k stars 297 forks source link

React wrapper for jKanban #65

Open segheysens opened 4 years ago

segheysens commented 4 years ago

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!

segheysens commented 4 years ago

Here's a blog post describing how to build a Vue.js kanban board that could be helpful.

marcosrocha85 commented 4 years ago

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.

riktar commented 4 years ago

@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.

white-gecko commented 4 years ago

@marcosrocha85 is this https://github.com/marcosrocha85/vue-jkanban/tree/feature/1 the vue wrapper? Why didn't you merge it to the master?

marcosrocha85 commented 4 years ago

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.

arndom commented 4 months ago

Does anyone have an update on this or has found an alternative for react?