- Published on
- • Retool • 0 views
JavaScript in Retool: Transformers vs Queries
Retool applications really come to live when you sprinkle in some JavaScript. The real magic behind a lot of your data manipulation and UI control is defined by how and where you write JavaScript. There are two ways to add business logic to your applications via JS: transformers & queries. In this blog post we will look at the differences between the two.