Components
Last updated
Last updated
Harper components are a core Harper concept defined as flexible JavaScript based extensions of the highly extensible core Harper platform. They are executed by Harper directly and have complete access to the Harper (such as Resource
, databases
, and tables
).
A key aspect to components are their extensibility; components can be built on other components. For example, a is a component that uses many other components. The demonstrates many of Harper's built-in components such as rest
(for automatic REST endpoint generation), graphqlSchema
(for table schema definitions), and many more.
From management to development, the following pages document everything a developer needs to know about Harper components.
- developing, installing, deploying, and executing Harper components locally and remotely
- detailed, technical reference for component development
- documentation for all of Harper's built-in components (i.e. rest
)
The following list is all of Harper's officially maintained, custom components. They are all available on npm and GitHub.