DEV Community

Discussion on: ReactJS Roadmap 🗺 For Developers 💻

Collapse
 
jaca22 profile image
Jacek Dunikowski • Edited

Very nice content, thank u.

But are u sure moment.js should be listed here?

https://momentjs.com/docs/#/-project-status/
Enter fullscreen mode Exit fullscreen mode

Another common argument against using Moment in modern applications is its size. Moment doesn't work well with modern "tree shaking" algorithms, so it tends to increase the size of web application bundles. If one needs internationalization or time zone support, Moment can get quite large. Modern web browsers (and Node.js) expose internationalization and time zone support via the Intl object, codified as ECMA-402. Libraries like Luxon (and others) take advantage of this, reducing or removing the need to ship your own data files.


Alternative with same API:

https://github.com/iamkun/dayjs/
Enter fullscreen mode Exit fullscreen mode
Collapse
 
rowemore profile image
Rowe Morehouse

@themeselection ⇨ What did you use to create the roadmap / diagram?

Collapse
 
theme_selection profile image
ThemeSelection

It is created by Adam Gołąb. We have mentioned his Github repo. He has made this map using Draw.io.

Collapse
 
theme_selection profile image
ThemeSelection

Agree...!! 👍Thank you very much for your appreciation and feedback. We are adding Day.js 🙂