context alternatives and similar packages
Based on the "context" category.
Alternatively, view context alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of context or a related project?
README
context
🚧 This README is under construction and could use some love. 🚧
This repo houses the core context
library and libraries built on top
of context
. The context
package provides thread-indexed storage
around arbitrary context values. The interface supports nesting context
values per thread, and at any point, the calling thread may ask for
their current context.
See the Haddocks of each package for more info on the libraries.