Reactive Glossary
Browse 3 reactive terms defined in plain English, from the cultural dictionary of computing.
3 Reactive Terms
- Signal
- An asynchronous notification sent to a process by the OS (e.g., SIGTERM, SIGKILL) to indicate an event, or in reactive programming, a primitive that holds a...
- Solid.js
- A declarative JavaScript UI framework with a React-like developer experience but fundamentally different rendering model. Created by Ryan Carniato, Solid uses...
- Subscription
- A persistent connection or registration that delivers data to a client as it changes, rather than requiring repeated polling. In GraphQL, a subscription opens...
Related Topics
- Os (1 terms in common)
- Concurrency (1 terms in common)
- Frontend (1 terms in common)
- Framework (1 terms in common)
- Javascript (1 terms in common)
- Graphql (1 terms in common)
- Pub/Sub (1 terms in common)