Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-cyclejs
A curated list of awesome Cycle.js resources
https://github.com/cyclejs-community/awesome-cyclejs
Last synced: 3 days ago
JSON representation
-
Learn
-
Documentation
- cycle.js.org - Cycle.js official tutorial and documentation.
- cycle.js.org - Cycle.js official tutorial and documentation.
-
Tutorials
- What Developers Need to Know about MVI (Model-View-Intent) - Post on MVI architecture.
- Cycle.js: a reactive framework - Introduction to Cycle.js with real time data example.
- Building realtime applications with CycleJS and RxJS - Learn how to build realtime applications with CycleJS and RxJS
- Working with HTTP Streams with Cycle.js - Learn how to use Cycle.js to handle HTTP requests and responses
- What Developers Need to Know about MVI (Model-View-Intent) - Post on MVI architecture.
- Building realtime applications with CycleJS and RxJS - Learn how to build realtime applications with CycleJS and RxJS
- Working with HTTP Streams with Cycle.js - Learn how to use Cycle.js to handle HTTP requests and responses
-
Videos
- What if the user was a function? - Presentation at JSConf BP2015 by [Andre Staltz](https://twitter.com/andrestaltz)
- Unidirectional data flow architectures - Presentation AtTheFrontend Conference by [Andre Staltz](https://twitter.com/andrestaltz)
- Cycle.js and functional reactive user interfaces - Presentation at ReactiveConf 2015 by [Andre Staltz](http://twitter.com/andrestaltz)
- Intro to Functional Reactive Programming with Cycle.js - Presentation by [Nick Johnstone](https://twitter.com/widdnz)
- Cycle.js Fundamentals - Playlist at [egghead.io](https://egghead.io)
- Cycle.js was built to solve problems - by Andre Staltz at [Frontend.fi](http://frontend.fi/)
- Brains as Building Blocks - by Andre Staltz at [CycleConf 2016](http://cycleconf.com/)
- Back to the Future, Hot reloading with Cycle.js - by Nick Johnstone at [CycleConf 2016](http://cycleconf.com/)
- From MVC to FRP - by Gleb Bahmutov at [CycleConf 2016](http://cycleconf.com/)
- Cycle.js on the bash side - by Hadrien de Cuzey at [CycleConf 2016](http://cycleconf.com/)
- Reactive Programming with Cycle.js - by Luca Mezzalira at [JSDay 2016](http://2016.jsday.it/)
- Learning how to ride: an introduction to Cycle.js - by Fernando Macias Pereznieto at [JS Monthly London](http://www.meetup.com/js-monthly-london/)
- User Interfaces as Pure Functions of Time - Lightning talk by [Thomas Belin](http://twitter.com/atomrc) at [dotjs 2016](http://dotjs.io/)
-
Slides
- Cycle.js an honestly reactive framework for web user interfaces - by Eryk Napierała
- Cycle.js - building apps with streams only - by Luca Matteis
- Functional Reactive Programming with Cycle.js - by Sudarsan Balaji
- Beyond flux: going full cycle with FRP - by [Clément Delafargue](http://clementd.cleverapps.io/)
- Cycle.js an honestly reactive framework for web user interfaces - by Eryk Napierała
- Intro to Cycle.js - by Arye Lukashevki
- Reactive Programming with Cycle.js - by Luca Mezzalira
- Reactive Programming with Cycle.js - by Luca Mezzalira
- Intro to Cycle.js - by Arye Lukashevki
-
Example Applications
- **cyclejs/cycle-examples** - Official collection of small Cycle.js examples
- foxdonut/cycle-todolist ★11 - demonstrates a simple Cycle.js TODO list app with CRUD.
- staltz/mmmmm-mobile ★124 - A React Native + Cycle.js app to implement a social network on Secure Scuttlebutt networks
- edge/electron-cycle-media ★27 - Media player written with Cycle.js and Electron.
- staltz/mmmmm-mobile ★124 - A React Native + Cycle.js app to implement a social network on Secure Scuttlebutt networks
- perjerz3434/meetup.com ★1 - Meetup.com RSVP visualization around the world using CycleJS
-
-
Libraries
-
Drivers
- @cycle/http - A Cycle.js Driver for making HTTP requests, based on superagent.
- **@cycle/dom** - A Cycle.js driver to enable interaction with the DOM. The driver is based on snabbdom as the Virtual DOM library.
- @cycle/history - This is the standard Cycle.js driver for dealing with the [History API](https://developer.mozilla.org/en-US/docs/Web/API/History_API)
- @cycle/isolate - A utility function to make scoped dataflow components in Cycle.js.
- @cycle/time - Fast and beautiful tests and time management for Cycle.js
- mjyc/cycle-posenet-driver ★1 - A Cycle.js drivers for pose detection using [TensorFlow.js](https://js.tensorflow.org/)-powered [PoseNet](https://github.com/tensorflow/tfjs-models/tree/master/posenet)
- @cycle-robot-drivers/speech ★1 - Cycle.js drivers for speech synthesis and recognition using [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API)
- @cycle-robot-drivers/sound ★1 - A Cycle.js driver for playing sounds using [HTMLAudioElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLAudioElement)
- edge/cycle-blessed ★46 - A Cycle.js Driver for terminal applications
- whitecolor/cycle-async-driver ★25 - Factory for creating async request/response cycle.js drivers
- Avalander/cycle-idb ★4 - A Cycle.js driver wrapping IndexedDB
-
Utilities
- sarimarton/powercycle - Static VDOM composition and React-like development on top of Cycle.js
- sarimarton/powercycle - Static VDOM composition and React-like development on top of Cycle.js
-
Boilerplates
- **edge/cyc ★194** - Scaffold an isomorphic Cycle.js app in seconds.
-
-
Community
-
Components
- Gitter chat - Ask 'how do I ...?'
- Gitter chat - Ask 'how do I ...?'
-
Categories