Skip to content

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

Notifications You must be signed in to change notification settings

AlbertoMata/generic-apex-service

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published