Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -18,7 +18,7 @@
 - Components (#components)
- Community (#community)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Learn
Documentation
@@ -29,8 +29,7 @@
⟡ What Developers Need to Know about MVI (Model-View-Intent) (http://thenewstack.io/developers-need-know-mvi-model-view-intent/) - Post on MVI architecture.
⟡ Cycle.js: a reactive framework (https://lucamezzalira.com/2016/05/23/cycle-js-a-reactive-framework/) - Introduction to Cycle.js with real time data example.
⟡ Building realtime applications with CycleJS and RxJS
 (https://blog.pusher.com/building-realtime-applications-with-cyclejs-and-rxjs/) - Learn how to build realtime applications with CycleJS and RxJS
⟡ Building realtime applications with CycleJS and RxJS (https://blog.pusher.com/building-realtime-applications-with-cyclejs-and-rxjs/) - Learn how to build realtime applications with CycleJS and RxJS
⟡ Working with HTTP Streams with Cycle.js (http://ivanjov.com/working-with-http-streams-with-cycle-js/) - Learn how to use Cycle.js to handle HTTP requests and responses
Videos
@@ -77,13 +76,11 @@
⟡ edge/electron-cycle-media ★27 (https://github.com/edge/electron-cycle-media) - Media player written with Cycle.js and Electron.
⟡ kibin/cycle-example-who-to-follow ★16 (https://github.com/kibin/cycle-example-who-to-follow) - Small example partly implements twitters who to follow box using github api.
⟡ SkaterDad/cycle-snabbdom-examples ★12 (https://github.com/SkaterDad/cycle-snabbdom-examples) - Examples of nested components, using snabbdom-specific animations.
⟡ bahmutov/draw-cycle ★112 (https://github.com/bahmutov/draw-cycle) - Interactive visualization of counter application showing the data flow inside a MVI component glebbahmutov.com/draw-cycle
(https://glebbahmutov.com/draw-cycle/)
⟡ bahmutov/draw-cycle ★112 (https://github.com/bahmutov/draw-cycle) - Interactive visualization of counter application showing the data flow inside a MVI component glebbahmutov.com/draw-cycle (https://glebbahmutov.com/draw-cycle/)
⟡ andreloureiro/pomocycle ★21 (https://github.com/andreloureiro/pomocycle) - A simple Pomodoro timer.
⟡ laszlokorte/tams-tools ★24 (https://github.com/laszlokorte/tams-tools) - A set of tools for teaching and learning computer science built with cycle.js.
⟡ lucamezzalira/jsday-cycle-js ★16 (https://github.com/lucamezzalira/jsday-cycle-js) - Reactive Live London Tube trains status example built with Cycle.js.
⟡ cyclejs-community/built-with-cycle ★9 (https://github.com/cyclejs-community/built-with-cycle) - A website (http://cyclejs-community.github.io/built-with-cycle) to showcase the cool projects
built with Cycle.js
⟡ cyclejs-community/built-with-cycle ★9 (https://github.com/cyclejs-community/built-with-cycle) - A website (http://cyclejs-community.github.io/built-with-cycle) to showcase the cool projects built with Cycle.js
⟡ class-ideas/cyclejs-hangman ★10 (https://github.com/class-ideas/cyclejs-hangman) - A hangman game built with Cycle.js
⟡ wmaurer/cyclejs-fractals ★15 (https://github.com/wmaurer/cyclejs-fractals) - Dancing pythagorean tree fractal - Animating 2048 SVG nodes.
⟡ fabiothiroki/cyclejs-starwars ★2 (https://github.com/fabiothiroki/cyclejs-starwars) - A Star Wars character search app using Cycle.js, RxJS and Virtual DOM tests.
@@ -108,18 +105,15 @@
⟡ @cycle/http (https://github.com/cyclejs/cyclejs/tree/master/http) - A Cycle.js Driver for making HTTP requests, based on superagent.
⟡ @cycle/dom (https://github.com/cyclejs/cyclejs/tree/master/dom) - A Cycle.js driver to enable interaction with the DOM. The driver is based on snabbdom as the Virtual DOM library.
⟡ @cycle/storage (https://github.com/cyclejs/storage) - A Cycle.js Driver for using localStorage and sessionStorage.
⟡ @cycle/history (https://github.com/cyclejs/cyclejs/tree/master/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/history (https://github.com/cyclejs/cyclejs/tree/master/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 (https://github.com/cyclejs/cyclejs/tree/master/isolate) - A utility function to make scoped dataflow components in Cycle.js.
⟡ @cycle/time (https://github.com/cyclejs/cyclejs/tree/master/time) - Fast and beautiful tests and time management for Cycle.js
⟡ cyclejs/cycle-notification-driver ★20 (https://github.com/cyclejs/cycle-notification-driver) - A Cycle.js Driver for showing and responding to HTML5 Notifications.
⟡ axefrog/cycle-router5 ★30 (https://github.com/axefrog/cycle-router5) - A router driver using Router5
⟡ cgeorg/cycle-socket.io ★27 (https://github.com/cgeorg/cycle-socket.io) - A Cycle driver for Socket.IO clients
⟡ secobarbital/cycle-fetch-driver ★2 (https://github.com/secobarbital/cycle-fetch-driver) - A Cycle.js Driver for making HTTP requests, using the Fetch API.
⟡ r7kamura/cycle-fetcher-driver ★14 (https://github.com/r7kamura/cycle-fetcher-driver) - A Cycle.js Driver for making HTTP requests using stackable-fetcher 
(https://github.com/r7kamura/stackable-fetcher).
⟡ benji6/cycle-audio-graph ★12 (https://github.com/benji6/cycle-audio-graph) - A Cycle.js Driver for manipulating the Web Audio API using virtual-audio-graph 
(https://github.com/benji6/virtual-audio-graph)
⟡ r7kamura/cycle-fetcher-driver ★14 (https://github.com/r7kamura/cycle-fetcher-driver) - A Cycle.js Driver for making HTTP requests using stackable-fetcher (https://github.com/r7kamura/stackable-fetcher).
⟡ benji6/cycle-audio-graph ★12 (https://github.com/benji6/cycle-audio-graph) - A Cycle.js Driver for manipulating the Web Audio API using virtual-audio-graph (https://github.com/benji6/virtual-audio-graph)
⟡ CyclicMaterials/cycle-hammer-driver ★11 (https://github.com/CyclicMaterials/cycle-hammer-driver) - A Cycle.js driver to wrap Hammer.js and detect touch gestures
⟡ jessaustin/cycle-sse-driver ★6 (https://github.com/jessaustin/cycle-sse-driver) - Source driver for Server-Sent Events/EventSource.
⟡ tylors/cycle-snabbdom ★41 (https://github.com/TylorS/cycle-snabbdom) - DOM driver using Snabbdom
@@ -145,14 +139,12 @@
⟡ mrpierrot/cycle-net ★0 (https://github.com/mrpierrot/cycle-net) - A Cycle.js driver for Node.js HTTP(S)/WS(S)/Socket.io server
⟡ Avalander/cycle-idb ★4 (https://github.com/Avalander/cycle-idb) - A Cycle.js driver wrapping IndexedDB
⟡ unhappychoice/cycle-pusher ★1 (https://github.com/unhappychoice/cycle-pusher) - A Cycle.js driver for Pusher (https://pusher.com/)
⟡ helmoski/cycle-selection-driver (https://github.com/helmoski/cycle-selection-driver) - A Cycle.js driver for interacting with the Selection API 
(https://developer.mozilla.org/en-US/docs/Web/API/Selection)
⟡ mjyc/cycle-posenet-driver ★1 (https://github.com/mjyc/cycle-robot-drivers/tree/master/3rdparty/cycle-posenet-driver) - 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)
⟡ helmoski/cycle-selection-driver (https://github.com/helmoski/cycle-selection-driver) - A Cycle.js driver for interacting with the Selection API (https://developer.mozilla.org/en-US/docs/Web/API/Selection)
⟡ mjyc/cycle-posenet-driver ★1 (https://github.com/mjyc/cycle-robot-drivers/tree/master/3rdparty/cycle-posenet-driver) - 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 (https://github.com/mjyc/cycle-robot-drivers/tree/master/speech) - 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 (https://github.com/mjyc/cycle-robot-drivers/tree/master/sound) - A Cycle.js driver for playing sounds using HTMLAudioElement 
(https://developer.mozilla.org/en-US/docs/Web/API/HTMLAudioElement)
⟡ @cycle-robot-drivers/sound ★1 (https://github.com/mjyc/cycle-robot-drivers/tree/master/sound) - A Cycle.js driver for playing sounds using HTMLAudioElement (https://developer.mozilla.org/en-US/docs/Web/API/HTMLAudioElement)
Utilities
@@ -162,8 +154,8 @@
⟡ erykpiast/cyclejs-wc ★2 (https://github.com/erykpiast/cyclejs-wc) - Utility for creating Web Components based on Cycle.js
⟡ ohanhi/hyperscript-helpers ★390 (https://github.com/ohanhi/hyperscript-helpers) - elm-html inspired helpers for writing hyperscript or virtual-hyperscript.
⟡ pH200/cycle-react ★342 (https://github.com/pH200/cycle-react) - use React instead of virtual-dom with a Cycle-like API
⟡ madcapjake/earlhyperscript ★2 (https://github.com/MadcapJake/earl-hyperscript) - A helper function and macro for using Earl Grey's document-building syntax 
(https://breuleux.github.io/earl-grey/doc.html#documentbuildingsyntax) with Cycle.js.
⟡ madcapjake/earlhyperscript ★2 (https://github.com/MadcapJake/earl-hyperscript) - A helper function and macro for using Earl Grey's document-building syntax (https://breuleux.github.io/earl-grey/doc.html#documentbuildingsyntax) with 
Cycle.js.
⟡ WorldMaker/cycle-gear ★4 (https://github.com/WorldMaker/cycle-gear) - A main function factory for Cycle based upon a formalization of Cycle's MVI pattern
⟡ SuperManitu/cyclejs-sortable ★15 (https://github.com/cyclejs-community/cyclejs-sortable) - Make everything sortable via drag and drop in only one line of code!
⟡ atomrc/cyclejs-auth0 ★22 (https://github.com/atomrc/cyclejs-auth0) - Everything you need to start playing with Auth0 on your Cyclejs app (Driver + component)
@@ -180,8 +172,8 @@
⟡ cmdv/cycle-webpack-boilerplate ★101 (https://github.com/Cmdv/cycle-webpack-boilerplate) - Cycle app with routing, state handling and tests.
⟡ Widdershin/cycle-hot-reloading-example ★27 (https://github.com/Widdershin/cycle-hot-reloading-example) - A Cycle.js starter project with hot reloading using browserify-hmr
⟡ mciparelli/cycle-hmr-example ★0 (https://github.com/mciparelli/cycle-hmr-example) - A Cycle.js starter project using browserify and cycle-hmr
⟡ cycle-community/typescript-starter-cycle ★22 (https://github.com/cyclejs-community/typescript-starter-cycle) - A simple project for getting started with TypeScript in cycle.js, using 
Webpack. Has settings for Visual Studio Code as candy.
⟡ cycle-community/typescript-starter-cycle ★22
 (https://github.com/cyclejs-community/typescript-starter-cycle) - A simple project for getting started with TypeScript in cycle.js, using Webpack. Has settings for Visual Studio Code as candy.
⟡ wyqydsyq/unicycle ★6 (https://github.com/wyqydsyq/unicycle) - A boilerplate universal Cycle app running on a Koa.js server with HMR and ServiceWorkers via Webpack
⟡ syarul/cycle-iso ★4 (https://github.com/syarul/cycle-iso) - A barebone boilerplate Cycle app with data stream base on promises and fetched with Falcor.js
⟡ snowpack-cycle (https://github.com/rajasegar/snowpack-cycle) - Snowpack app template to create Cycle.js projects with create-snowpack-app
@@ -189,23 +181,21 @@
Testing
⟡ erykpiast/cyclejs-mock ★22 (https://github.com/erykpiast/cyclejs-mock) - Utility for testing applications based on CycleJS framework.
⟡ jeysal/pretty-format-snabbdom ★0 (https://github.com/jeysal/pretty-format-snabbdom) - A pretty-format (https://github.com/facebook/jest/tree/master/packages/pretty-format) (Jest 
(https://facebook.github.io/jest/) snapshot) plugin for rendering snapshots of snabbdom VNodes as nicely as those of React elements
⟡ jeysal/pretty-format-snabbdom ★0 (https://github.com/jeysal/pretty-format-snabbdom) - A pretty-format (https://github.com/facebook/jest/tree/master/packages/pretty-format) (Jest (https://facebook.github.io/jest/) snapshot) plugin for 
rendering snapshots of snabbdom VNodes as nicely as those of React elements
Debugging
⟡ cyclejs/cycle-time-travel ★213
 (https://github.com/cyclejs/cycle-time-travel) - A time travelling debugger for Cycle.js apps. Displays a stream visualizer that you can drag to go back in time.
⟡ cyclejs/cycle-time-travel ★213 (https://github.com/cyclejs/cycle-time-travel) - A time travelling debugger for Cycle.js apps. Displays a stream visualizer that you can drag to go back in time.
Components
⟡ erykpiast/autocompleted-select ★10 (https://github.com/erykpiast/autocompleted-select) - Select Web Component with autocompletion. Based on RxJS and VirtualDOM.
⟡ enten/cyclejs-calendar ★11 (https://github.com/enten/cyclejs-calendar) - Calendar component for Cycle.js. Try it online here (http://enten.github.io/cyclejs-calendar/example).
⟡ mciparelli/cyclejs-gravatar ★0 (https://github.com/mciparelli/cyclejs-gravatar) - Cycle.js component for rendering a gravatar profile image.
⟡ tommy-the-runner/cyclejs-ace-editor ★0 (https://github.com/tommy-the-runner/cyclejs-ace-editor) - Cycle.js intergration with Ace Editor using brace (https://github.com/thlorenz/brace). 
Check an example here (https://tommy-the-runner.github.io/cyclejs-ace-editor/).
⟡ raquelxmoss/cycle-color-picker ★44 (https://github.com/raquelxmoss/cycle-color-picker) - A Color Picker component for Cycle.js. Check out the example 
(https://raquelxmoss.github.io/cycle-color-picker).
⟡ tommy-the-runner/cyclejs-ace-editor ★0 (https://github.com/tommy-the-runner/cyclejs-ace-editor) - Cycle.js intergration with Ace Editor using brace (https://github.com/thlorenz/brace). Check an example here 
(https://tommy-the-runner.github.io/cyclejs-ace-editor/).
⟡ raquelxmoss/cycle-color-picker ★44 (https://github.com/raquelxmoss/cycle-color-picker) - A Color Picker component for Cycle.js. Check out the example (https://raquelxmoss.github.io/cycle-color-picker).
⟡ cyclejs-community/cycle-svg-pan-and-zoom ★4 (https://github.com/cyclejs-community/cycle-svg-pan-and-zoom) - A Google Maps style SVG pan and zoom component for Cycle.js
Community