Client-side schema-driven development

0 views
Skip to first unread message

Lee Calcote

unread,
Jun 26, 2024, 3:46:35 PMJun 26
to Meshery Developers, cncf-meshery...@lists.cncf.io
All,

In terms of leaning into schema-driven development, as a project, we have focused much of this effort on the backend in Golang. While that is an ongoing effort, and while we have started to use rtk-query-codegen to automate generation of RTK Query API from Meshery’s OpenAPI schemas (see https://github.com/meshery/schemas), I wonder if there is a Javascript generator (https://tools.openapis.org/categories/code-generators.html) that we might use to standardize definition of things like:

export const CATALOG_CONTENT_TYPE = {
   DESIGN: "pattern”,
   FILTER: "filter"
 };

Thoughts?

- Lee
Reply all
Reply to author
Forward
0 new messages