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