Skip to content

Can You Use CloudScape with a Custom API on the Backend? #1968

Answered by connorlanigan
stephmx asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you can use Cloudscape with any API you like. Cloudscape itself does not interact with or rely on any backend, it only provides components for the frontend.

For example, you can fetch a list of container images from your API in your application, and then display that data by placing it in Cloudscape's Table component. Or, for a details page, you could show information about the container image in a Container element with a Key-value pair layout.
You can use Cloudscape's form-related components (e.g. Form, FormField, Input, Select, Date picker, etc) to collect your user's data in a form, and when they click a Button, you can make a PUT request to your API.

We provide some example page…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rubencarvalho
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants