Skip to content

v1.4.0

Latest

Choose a tag to compare

@camertron camertron released this 06 Dec 05:45
  • Implement React-style contexts for passing arguments across arbitrary levels of component nesting.
    • Define a new context via Rux.create_context.
    • Read that context later via Rux.use_context.