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
In tha past 2 months, our team were using core-js to replace lodash for the whole front end project. Core-js with Webpack solution is so cool and makes codes more readable. With core-js we have to think about whether a property is exists, while lodash always try to protect the bad codes. It fits more to my code philosophy.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In tha past 2 months, our team were using core-js to replace lodash for the whole front end project. Core-js with Webpack solution is so cool and makes codes more readable. With core-js we have to think about whether a property is exists, while lodash always try to protect the bad codes. It fits more to my code philosophy.
thanks.
Beta Was this translation helpful? Give feedback.
All reactions