UNPKG

750 BMarkdownView Raw
1Composi Docs
2============
3
4To learn how Composi works and how to use it, read any of the following documents that interest you. Or visit the [website](https://composor.github.io) for docs and tutorials.
5
6- [Installation](../README.md)
7- [JSX](./jsx.md)
8- [Hyperx](./hyperx.md)
9- [Hyperscript](./hyperscript.md)
10- [Functional Components](./functional-components.md)
11- [Mount, Render and Unmount](./render.md)
12- [Components](./components.md)
13- [State](./state.md)
14- [Lifecycle Methods](./lifecycle.md)
15- [Events](./events.md)
16- [Styles](./styles.md)
17- [Unmount](./unmount.md)
18- [State Management with DataStore](./data-store.md)
19- [Third Party Libraries](./third-party.md)
20- [Deployment](./deployment.md)
21- [Differences with React](./composi-react.md)