alt-chat

Example Flux chat application primarily intended to explain the use of Dispatcher.waitFor().

Usage no npm install needed!

<script type="module">
  import altChat from 'https://cdn.skypack.dev/alt-chat';
</script>

README

Flux Chat Example

This is an example application we've created to show an example of how a Flux app is structured, and how you might use waitFor to make sure the Stores' registered callbacks are called in the correct order.

Running

You must have npm installed on your computer. From the root project directory run these commands from the command line:

npm install

This will install all dependencies.

To build the project, first run this command:

npm run build

Open index.html in your browser to view the app.