Billboard.js: Usage with React?

Created on 11 Jun 2017  路  3Comments  路  Source: naver/billboard.js

Have you had success with using this library in a React project?

question

Most helpful comment

Not sure if it helps, but i just released react-billboardjs, which takes cues from react-c3js but obviously makes use of billboard.js. I also tried to add some enhancements related to PureComponent usage. Usage of it is indeed the same as react-c3js, so migration path should be frictionless.

All 3 comments

@stevenmusumeche, well I can't say billboard.js has success experience on React(because, it has been released just few days ago), but the original libaray C3.js, which billboard.js is the forked version of that, has meaningful experiences on React.

If you do search, you can find several C3.js React bindings(ex. https://github.com/bcbcarl/react-c3js) and some technical articles(ex. http://blogkrystalraphael.azurewebsites.net/integrating-c3-with-react/), that you can take a look how worked on React.

billboard.js inherited all of the characteristics of C3, so I think will act same as the original library.
Later you can share your experience, which will be helpful to everyone.

Not sure if it helps, but i just released react-billboardjs, which takes cues from react-c3js but obviously makes use of billboard.js. I also tried to add some enhancements related to PureComponent usage. Usage of it is indeed the same as react-c3js, so migration path should be frictionless.

Great job! @planttheidea.
I'm curating the list of third-party apps on wiki page.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

flipcode1973 picture flipcode1973  路  5Comments

bogdan-iuga picture bogdan-iuga  路  3Comments

gyuhyeon picture gyuhyeon  路  3Comments

planttheidea picture planttheidea  路  4Comments

doubletuna picture doubletuna  路  3Comments