Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

just use importmaps

https://guides.rubyonrails.org/working_with_javascript_in_ra...

- Adding npm Packages with importmap-rails To add new packages to your import map-powered application, run the bin/importmap pin command from your terminal:

$ bin/importmap pin react react-dom

Then, import the package into application.js as usual:

import ReactDOM from "react-dom"



It would be a valid thing if there was a documented way to convert a generic node package to import map. Not much stuff in that importmap ecosystem - seems doa.


But how do you integrate and turn on at a specific page/controller view? Look for a specific dom id?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: