RTippin / messenger-ui

Ready-made UI and web routes for core rtippin/messenger.
MIT License
14 stars 14 forks source link

Retiring MomentJS #2

Closed d-damien closed 3 years ago

d-damien commented 3 years ago

Hello,

As per their front page, MomentJS is more or less retired. It also increases considerably the size of the bundle.

I personally favor DayJS, which is more reliable (immutability) and lighter (modular).

Regards

RTippin commented 3 years ago

Thanks for the heads up, I will look into that and see if I can swap that out later today.

RTippin commented 3 years ago

@d-damien I have published v2.0.0 which removes moment for dayjs, as well as switching socketio/laravel-echo-server out for pusher/laravel-websockets. Thanks for the suggestions :)