You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Link component - Some libraries typically have a <Link> component, superglue doesn't provide one, instead it encourages developers to build their own component using the standard tools remote or visit. I haven't found the need to use one yet, most of the times i use UJS, or for the edge cases I use the functions directly.
Working with datatables
Add custom form input to or using external form components with props_template
Use cloudflare workers for SSR instead of Humid - Humid is Superglue's SSR renderer, its uses mini_racer so we don't need a node env for SSR to work (1 less service to run). The interesting part of mini_racer is that its a V8 isolate so as long as your app works on Humid, its ready for cloudflare's workers
Nested rails forms and props
The text was updated successfully, but these errors were encountered:
There more to add to the recipes section.
Some ideas:
<Link>
component, superglue doesn't provide one, instead it encourages developers to build their own component using the standard toolsremote
orvisit
. I haven't found the need to use one yet, most of the times i use UJS, or for the edge cases I use the functions directly.mini_racer
so we don't need a node env for SSR to work (1 less service to run). The interesting part of mini_racer is that its a V8 isolate so as long as your app works on Humid, its ready for cloudflare's workersThe text was updated successfully, but these errors were encountered: