superglue icon indicating copy to clipboard operation
superglue copied to clipboard

Add new recipes

Open jho406 opened this issue 1 year ago • 0 comments

There more to add to the recipes section.

Some ideas:

  • 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

jho406 avatar Oct 08 '24 21:10 jho406