- 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:
There are a few versions of the demo repository.
- You are here: ixfx-demos includes a copy of ixfx. This is useful for working offline and the recommended approach.
- ixfx-demos-npm is meant for running in a hosted environment or using a Node.js build process (also allowing you to use Typescript)
- ixfx-demos-light is a lightweight version. It uses URL imports for code and is simple to host. This is essentially how the Glitch version runs.
Read more:
Gitpod is the recommended online editor and hosting environment.