How to FLEX in React πŸ€–

February 11, 2021

How to Flex in React ? πŸ€”

Flexbox helps to organize the blocks of code as organized boxes, while React can help to call these as a single unit in the form of rendering Components.

With flexbox & a frontend frameworks like React, there is no reason to use CSS frameworks anymore. The basic idea is use "flex" in style to control the ratios of components.

Up next