🖌️
Context
  • What is Context
  • Tomcat
  • Springboot
  • Golang
  • Spark
  • Djanog
  • React context
Powered by GitBook
On this page

Was this helpful?

React context

PreviousDjanog

Last updated 4 years ago

Was this helpful?

  • Context provides a way to pass data through the component tree without having to pass props down manually at every level.

  • For react, it's a way to group state.

React Context API