mui / toolpad

Toolpad: Full stack components and low-code builder for dashboards and internal apps.
https://mui.com/toolpad/
MIT License
1.27k stars 282 forks source link

Feedback on data fetching #290

Closed prakhargupta1 closed 2 years ago

prakhargupta1 commented 2 years ago

General feedback: (Designer input needed)

When creating an API:

Doesn't happen in Appsmith/Retool:

Janpot commented 2 years ago

We should keep MUI Toolpad header bar at all times, whether the App is in edit mode or deployed. If seeing a deployed App then it should also show 'Edit App' button

Let's decide on this next team meeting

Why do I have to write query.prop to define a variable in API? In Retool only {{prop}} works

It's a question of namespacing. It's a choice really, the more you make things top-level, the more they will clash with other names in the global scope.