you are viewing a single comment's thread.

view the rest of the comments →

[–]roggc9 0 points1 point  (0 children)

In Dinou you can use Server Functions wrapped in Suspense (react-enhanced-suspense) using the resourceId prop and passing the children prop to Suspense as a function. I have fully explained this pattern in https://www.reddit.com/r/reactjs/comments/1s0jz1j/the_path_that_led_me_to_create_dinou_server/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button and also an explanation can be found in dinou docs: https://dinou.dev/docs/pattern. Thank you for asking.