DEV Community

NoFoster
NoFoster

Posted on

TIL 5/16/26

Today we are learning how to write Javascript

Stimulus tips

  1. The template holds fields that are not yet rendered. This is the go to blueprint:
<template data-dynamic-fields-target="template">
  <!-- Blueprint for new fields -->
</template>
Enter fullscreen mode Exit fullscreen mode
  1. Traditional Action format:
event->controller#method
Enter fullscreen mode Exit fullscreen mode

Top comments (0)