An open API service indexing awesome lists of open source software.

https://github.com/bestguy/preact-mobx-example

Example of Preact, MobX, and web components
https://github.com/bestguy/preact-mobx-example

Last synced: about 1 year ago
JSON representation

Example of Preact, MobX, and web components

Awesome Lists containing this project

README

          

# Preact, MobX, and web-component example

This is an example of [Preact](https://preactjs.com) using [MobX](https://mobxjs.github.io/mobx/) and web-components.
Produces a web-component for a dynamic ASCII word clock:

![](./sample.png)

[Demo](https://bestguy.github.io/preact-mobx-example)

## Build

```bash
npm install
npm start
```

Open http://localhost:8080 in browser.