portfolio-01

App Development

Date:

30 May 2022

Client:

Rainbow Themes

Category:

development

Branded client

In a typical html application, data is passed top-down (parent to child) via props, but such usage can be cumbersome for certain types of props (e.g. locale preference, UI theme).

that are required by many components within an application. Context provides a way to share values like these between components without having to explicitly pass a prop through every level of the tree.

that are required by many components within an application. Context provides a way to share values like these between components without having to explicitly pass a prop through every level of the tree.

portfolio-01
portfolio-02
portfolio-03