/generic-apex-service

A service component that allows developers to make straight CRUD operations on your Salesforce database from any JavaScript application.

Primary LanguageJavaScript

Generic Apex Service

A service component that allows developers to make straight CRUD operations on the Salesforce database from any JavaScript application.

Motivation

Custom applications on the Salesforce platform use modern JavaScript. However, the Aura Components framework exposes an interface that needs a lot of boilerplate code. Although the LWC framework tries to simplify that, it heavily depends of Apex code. Testing could be a real nightmare for distributed or small teams that have inherited an old codebase and are not ready for Test Driven Development (TDD). This project tries to ease that burden, taking responsibility away from Apex code and delegating it (for the most part) to JavaScript modules.