yuanyan/boron

Best fork of this library?

iMerica opened this issue · 5 comments

From what I can tell this library looks abandoned. Can anyone recommend a good fork? Ideally with support for React 16 and ES6.

I'm not sure about the best fork, but I'm quite happy with rodal. It works fine with the latest version of React, and I also integrated it with Redux.

Thanks I'll have a look at that.

@iMerica, you can check out my fork: https://github.com/Maxim-Mazurok/boron
I've added as little changes as it takes to get it working with React 16.
Also, I've added a pull request: #49

@Maxim-Mazurok how do use yours? I tried to put github url in package.json but it doesn't seems to work.

--- edit ---

Found another one that can be used properly, just go to package.json and change the boron entry to the following and it seems to work:

    "boron": "BlackTies/boron#lib",

@pencilcheck thanks for a good question!
I've published my fork to npm: https://www.npmjs.com/package/boron-15
So, you can install it just like a regular npm package: npm install boron-15 --save (note, now it's called borron-15)
Also, I've updated Usage section of Readme, so you can use it as an example for your app.