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

https://github.com/logux/actions

Types and action creators for build-in Logux actions
https://github.com/logux/actions

Last synced: about 1 year ago
JSON representation

Types and action creators for build-in Logux actions

Awesome Lists containing this project

README

          

# Logux Actions

Logux is a new way to connect client and server. Instead of sending
HTTP requests (e.g., AJAX and GraphQL) it synchronizes log of operations
between client, server, and other clients.

* **[Guide, recipes, and API](https://logux.org/)**
* **[Issues](https://github.com/logux/logux/issues)**
and **[roadmap](https://github.com/orgs/logux/projects/1)**
* **[Projects](https://logux.org/guide/architecture/parts/)**
inside Logux ecosystem

This repository contains type definitions and action creators
for build-in Logux actions.


Sponsored by Evil Martians

[logux.org]: https://logux.org/

## Install

```sh
npm install @logux/actions
```