https://github.com/athanclark/purescript-react-queue
Mutual bindings for react components and purescript queues.
https://github.com/athanclark/purescript-react-queue
purescript-queues purescript-signal react-components
Last synced: 4 months ago
JSON representation
Mutual bindings for react components and purescript queues.
- Host: GitHub
- URL: https://github.com/athanclark/purescript-react-queue
- Owner: athanclark
- License: bsd-3-clause
- Created: 2017-12-18T16:13:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T00:37:31.000Z (about 6 years ago)
- Last Synced: 2026-02-20T10:25:25.407Z (4 months ago)
- Topics: purescript-queues, purescript-signal, react-components
- Language: PureScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`React.Queue.LifeCycle` gives a react component write access to a queue, informing it of the component's current life cycle, as
a data type.
`React.Queue.WhileMounted` gives an event handler read access to a queue, when inside a component's normal "mounted" status.
This is useful for binding a short-lived component to a long-lived data channel.