Dynamic Types

Flux is a statically typed language that requires container types to contain data of a consistent type. Data formats like JSON don’t have type restrictions, and when used with “dynamic” types, Flux allows any JSON data to be represented accurately with Flux data types.

Scroll to Top