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
- Host: GitHub
- URL: https://github.com/logux/actions
- Owner: logux
- License: mit
- Created: 2021-02-20T11:13:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T21:56:12.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T11:41:53.462Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://logux.org/
- Size: 802 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.
[logux.org]: https://logux.org/
## Install
```sh
npm install @logux/actions
```