Create a Generic Cycle.js Component

InstructorAndré Staltz

Share this video with your friends

Send Tweet

We are starting to get a better architecture for these UI apps. But we still have a problem of repeating code for the sliders, since they share so much in common in looks and functionality. This lessons shows how we can create a generic labeled slider as a main() function receiving properties as sources.