cloudscape-design / demos

Cloudscape Design System demos
https://cloudscape.design/
MIT No Attribution
77 stars 50 forks source link

[Feature Request]: Make demo apps with Laravel and/or Supabase #133

Closed abeatbeyondlab closed 4 months ago

abeatbeyondlab commented 5 months ago

Description

Laravel and Supabase are both really famous headless backend frameworks.

I am sure that some examples with supabase/laravel, especially using tables can boost the adoption of cloudscape framework

Code of Conduct

abdhalees commented 5 months ago

Hi abeatbeyondlab,

Our components are only available in React, if your app uses React in the frontend you should be able to use the source code from our demos. e.g. https://cloudscape.design/examples/react/table.html

abeatbeyondlab commented 5 months ago

I am talking about making react examples using supabase or laravel like is doing refine.dev

abdhalees commented 5 months ago

Our demos are purely client side with some mocked server side demos.

From the supabase React guide you can use our components in App.js as they are in the demos, the data fetching part is specific to supabase but it shouldn't impact how are components are used.

which part of our demos is not clear how to use with supabase?

abeatbeyondlab commented 4 months ago

an advise: for more adoption make templates for supabase..

gethinwebster commented 4 months ago

Thanks for the feedback and for opening this request. This is unfortunately something that we're unlikely to work on as it doesn't align with our long-term vision - we prefer to provide generic examples that can be applied in many different scenarios rather than demos that are specific to 3rd party integrations.