Fork me on GitHub
#fulcro
<
2021-11-05
>
Jakub Holý (HolyJak)09:11:39

@tony.kay I just discovered https://github.com/fulcrologic/fulcro/blob/develop/docs/benefits.md which is really nice. It is 4yr old but I guess it is still equally valid, right?

👍 1
roklenarcic21:11:51

what would vbe the best way to set the initial values of report controls?

roklenarcic22:11:32

Also I am looking for any advice how to display a list of subitems of an entity in RAD. Let’s say you have an account and it has items of some kind, which is a :ref :cardinality :many attribute

roklenarcic22:11:24

I’ve tried adding it as subform on the form for account, but with 500 items the UI get’s very long. Maybe some kind of paging for subforms?

tony.kay01:11:01

Remember that RAD is an escape-hatch sort of system. You can write your own body for the form and still use the state management.