erykpiast / autocompleted-select

Select Web Component with autocompletion. Based on RxJS and VirtualDOM.
MIT License
12 stars 3 forks source link

extract create-component.js #2

Closed vic closed 9 years ago

vic commented 9 years ago

Just like your cyclejs-mock, I believe extracting the tiny code inside your create-component.js would be nice for having more people create and share more components using Rx.

erykpiast commented 9 years ago

That is true! I've just been waiting what will happen with Cycle components, but now we have drivers and it seems components and WCs don't collide with each other... You motivated me to go back to the topic :) So, I've created separated repository, we can move this discussion there!

vic commented 9 years ago

Hey, thanks a lot !