knockout-react icon indicating copy to clipboard operation
knockout-react copied to clipboard

ideas.js code cleanup and more obvious name?

Open aikeru opened this issue 10 years ago • 1 comments

Hey, there. I noticed that the ideas.js file has the ToDo... component embedded in it. I also think that maybe 'ideas.js' is not an ideal name for helping people find the component part of your project.

It works great once the embedded ToDo component is removed.

Are you planning on updating/cleaning this up? :) Thanks for sharing this!

aikeru avatar Sep 12 '15 06:09 aikeru

As the owner didn't answer your issue. I picked up on cleaning up the code and publishing it to npm: https://github.com/adamtal3/knockout-react

The code is cleaner, doesn't contain the ToDo component. It's an amd module and can be installed using

npm i knockout-react

adamtal3 avatar Feb 24 '16 04:02 adamtal3