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 forstringPrimitiveNumber↔ Autoboxing Wrapper fornumberPrimitiveSymbol↔ Autoboxing Wrapper forsymbolPrimitive to return unique immutablesymbolBigInt↔ Autoboxing Wrapper forbigintPrimitiveBoolean↔ Autoboxing Wrapper forbooleanPrimitive; converts Argument toboolean<Suspense>↔Suspense APIWrapper to define Suspense Boundary to allow Lazy LoadProvider↔ Wrapper FC to provideContextvalueto all Subscribingchildren<RequireAuth>↔ custom FC Wrapper to Declaratively control Protected Route viauseAuth()&<Navigate\>fromreact-router-domWrapper Hell↔ Deep nested Wrapper 🍜👨💻decorators↔ to add Wrapper for Stories, for inline CSS ||ContextProvider<StrictMode\>↔ Wrapper to define boundary forStrictMode APISuspense Boundary↔ Component Hierarchy wrap by<Suspense\>to suspend renderchildrenwithfallbackuntil 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