Today we are learning how to write Javascript
Stimulus tips
- 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>
- Traditional Action format:
event->controller#method
Top comments (0)