Skip to main content

About

Rodux Utils is a collection of utilities for projects using Rodux. It tries to address some of the most common problems Rodux users have by dipping into the Redux ecosystem for some inspiration. Some problems Rodux Utils aims to solve are:

  • Dealing with Immutable data
  • Organizing your Rodux code
  • Deriving data from state

We're going to discuss how exactly we can solve these problems on the following pages.

Installation

Rodux Utils is available as a Wally package.

wally.toml
[dependencies]
# make sure to check what the latest version is before adding to your manifest!
RoduxUtils = "solarhorizon/rodux-utils@0.3.0"

Manual

Download RoduxUtils.rbxm from the latest release and drop it into your project.