redux
4 synonyms and 0 antonyms for redux, grouped by meaning and by how common each one is.
Adjective — Brought back or revived — placed after a noun to signal that something has returned in a new version or a new era.
Synonyms
Everyday swaps
Common words most readers know — safe in any writing.
Less common
Still standard English, but they carry more weight.
Rare, literary or technical
Precise, but they will stand out — check the sense before using one.
How to Use Redux
The word patterns that sound natural to a native speaker.
Literary and journalistic; frequent in headlines, book and film titles.
Etymology
From Latin redux 'brought back, returning', from reducere 'to lead back'. It entered English as a postpositive adjective and remains almost entirely confined to that position, especially in titles.
Full origin of redux →Frequently Asked Questions
How do you use "redux" in a sentence?
Put it after the noun it modifies, never before: "Watergate redux", not "redux Watergate". It carries a knowing tone, implying the thing has come round again with a twist.
How is redux pronounced?
REE-duks is the usual English pronunciation, with the stress on the first syllable. A second pronunciation, ri-DUKS, is also heard and is not wrong.
What is Redux in programming?
It is a JavaScript state-management library, most associated with React, that keeps an application's state in one immutable store and updates it through pure functions called reducers in response to dispatched actions. The name puns on "reducer", not on the Latin adjective's usual sense.