Wrapper
↔ Object to wrap & Encapsulate data
aka wrap, Wraps, Wrapping, Wrapper-Function, Wrapper-Fn
String
Autoboxing Wrapper for string
Primitive
Number
Autoboxing Wrapper for number
Primitive
BigInt
Autoboxing Wrapper for bigint
Primitive
Boolean
Autoboxing Wrapper for boolean
Primitive; converts Argument to boolean
Symbol
Autoboxing Wrapper for symbol
Primitive to return unique immutable symbol
All Primitive except for null
& undefined
have access to Method via a Autoboxing a Wrapper
References
Autoboxing
↔ Global Object Wrapper for Primitive to share methods & propertiesString
↔ Autoboxing Wrapper forstring
PrimitiveNumber
↔ Autoboxing Wrapper fornumber
PrimitiveSymbol
↔ Autoboxing Wrapper forsymbol
Primitive to return unique immutablesymbol
BigInt
↔ Autoboxing Wrapper forbigint
PrimitiveBoolean
↔ Autoboxing Wrapper forboolean
Primitive; converts Argument toboolean
<Suspense>
↔Suspense API
Wrapper to define Suspense Boundary to allow Lazy LoadProvider
↔ Wrapper FC to provideContext
value
to all Subscribingchildren
<RequireAuth>
↔ custom FC Wrapper to Declaratively control Protected Route viauseAuth()
&<Navigate\>
fromreact-router-dom
Wrapper Hell
↔ Deep nested Wrapper 🍜👨💻decorators
↔ to add Wrapper for Stories, for inline CSS ||Context
Provider
<StrictMode\>
↔ Wrapper to define boundary forStrictMode API
Suspense Boundary
↔ Component Hierarchy wrap by<Suspense\>
to suspend renderchildren
withfallback
until readyesbuild-wasm
↔ Library Hook Wrapper for ESBuild Web Assembly Modulereact-markdown
↔ React Lib FC Wrapper to render MDX extends with pluginsSynthetic Event
↔ Wrapper over event object for xplat browser compat