30 open-source projects similar to rektide/recyclec, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Recyclec alternative.
Cycle.js Cookie Driver, based on cookie_js library.
Express.js driver for cycle.js forked from here
A source/sink router driver for Cycle.js, based on router5.
Audio graph driver for Cycle.js based on virtual-audio-graph.
A Cycle driver for applications using Socket.IO
A keyboard driver for cycle.js. View Demo
cyclic-router V5 is a routing library built for Cycle.js. Unlike previous versions, cyclic-router V5 is not a driver. It is a main function-wrapper (routerify) which relies on @cycle/history for driver source/sink interactions.
Handle redux async actions using Cycle.js.
A Cycle.js Driver for showing and responding to HTML5 Notifications.
Cycle.js is a functional reactive web framework and observable-driven UI library used for building web applications. It employs a reactive stream architecture that treats the document object model and side effects as continuous data streams, coordinating state and logic through a functional cycle. The framework distinguishes itself by isolating side effects from core logic using a system of drivers. This architecture maps external events to internal commands through a symmetric input-output pipeline, ensuring that the application remains a cycle of pure functions. The project provides capabi
A Cycle.js Driver for using localStorage and sessionStorage in the browser.
The driver incorporates the Hammer.js gesture library.
Thin layer around the firebase javascript API that allows you to query and declaratively update your favorite real-time database.
This driver help you manage browser history and receive Location.
A Cycle.js driver for interacting with the Selection API
npm install cycle-socketcluster
cycle-sse-driver is a Cycle.jscycle driverdriver for Server-Sent Events (SSE), a browser feature also known as EventSource. Server-Sent Events allow the server to continuously update the page with new events, without resorting to hacks like long-polling.
A cycle.js driver that wraps a gun.js store instance.
A collection of Cycle.js packages containing drivers and components for programming robots).
Driver and router component for manage HTT(P)/WS(S)/socket.io services with Cycle.js
Driver and router component for manage HTTP/HTTPS services with Cycle.js
A Cycle.js Driver for making HTTP requests using stackable-fetcher.
This driver for Cycle.js helps you to manage key events on the document easily.
A Cycle.js driver for animating (srsly) localStorage.
A Cycle.js Driver for making HTTP requests, using the Fetch API.