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
Hi, I've been using react-rails for almost year. I have a lot of modules and files that doing its job but some files and modules used same custom function (repeat code). I would like to know how you guys action with this situation like me.
In my mind just put into the .js file and include its into the application.js file. it's ok to do so?