Skip to content

Golem-base TypeScript Transformations

In the previous code walkthrough, we included a set of code that transforms Golem-base data (in key value pair format) between different types of JavaScript data, including Plain Old JavaScript objects that are flat and have just one level of members, as well as lists where the arrays are flattened into comma-delimited strings.

Because we recognize that these are useful for other apps in order to model a more table-like structure, we've broken them out into their own code repository.

You can find the repostiory here:

https://github.com/frecklefacelabs/golembase-js-transformations

COMING SOON: Method-by-method breakdown and use cases and examples