Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds the transform API. - Similar to 'middleware' but it transforms data on the fly without making a new request (happens instantly) - 'transform' first checks data is not undefined before running, which makes sure it only runs when data or fallback data exist, preventing (most) runtime errors that could arise when manipulatind data that could be undefined
- Loading branch information