|
|
|
|
|
by nailer
3735 days ago
|
|
> Not that I agree with micro modules (I would rather see a set of js core libs) Why not both? If you just want one part of a module, you can just import the dependency directly, if you want a whole core lib, you can do that. Some people really like underscore and import that. I use ES6/7 functions for the most part, but underscore has some useful things I can import on their own. |
|