in reply to Is require still required?
I still frequently use require to load optional modules on-demand at run-time. There are other modules which can do the same but they are mostly wrappers around require. I don't see this usage pattern going away any time soon.
🦛
|
---|