# As useContext does not work in server components, what can I use as a lightweight alternative to access data throughout many nested components?
# Create a context component as client component "use client" Wrapper it at the top of layout that you want to share state