Hacker News new | ask | show | jobs
by itsthecourier 528 days ago
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"

2 comments

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?