ixfx-demos
v1.0.0
Published
Demos of ixfx
Downloads
1
Readme
ixfx-demos
- Demos can be run online
- Source code on GitHub
- If you find a bug in a demo, please report it.
Good to know:
- Code style: Immutability, spread and destructuring, and the pattern used across all the sketches
- Type annotations
About ixfx:
Getting started
Editing and running locally (recommended)
There are two versions of the demo repository.
- ixfx-demos includes a copy of ixfx. This is useful for working offline and the recommended approach.
- ixfx-demos-light is a mirror of this, without the ixfx build and with all sketches using a online, hosted version of ixfx. This is useful when using a web-based IDE.
Read more:
Editing and running online
- CodesSandbox
- Gitpod
- Glitch (code editing experience not the best)
- Stackblitz
Read more on using these online environments for enabling web sockets.