You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking into using yrb-actioncable with my rails app, but am blocked on the requirement to use yarn… Is there a way to use this project with import maps, which is the standard way to load JavaScript in a rails app since 7.0?
The text was updated successfully, but these errors were encountered:
There shouldn't be a hard blocker using this package itself with import maps, but the dependencies are a problem. In other words, yjs could be a bit tricky to get right.
There are three dependencies, you could try adding them to the import map and run the bare minimum example app.
yjs The client-side CRDT library (This might be hard to get right)
I'm looking into using yrb-actioncable with my rails app, but am blocked on the requirement to use yarn… Is there a way to use this project with import maps, which is the standard way to load JavaScript in a rails app since 7.0?
The text was updated successfully, but these errors were encountered: