DEV Community

Discussion on: A simple Journal app (using React, localStorage and fun)

Collapse
 
johnbwoodruff profile image
John Woodruff

Great post! Thanks for sharing this fun tiny app. I always love trying to build these micro versions of full blown apps.

On a side note have you heard of date-fns? It's a far smaller date manipulation library, alternative to moment. I've been using it and haven't noticed anything it's missing, it just makes my bundles so much smaller. Anyway you should check it out it's pretty great. :)

Thanks again for the fun post!

Collapse
 
chaituknag profile image
Naga Chaitanya Konada

Thank you so much for the appreciation, and date-fns I definitely heard good things about but never tried, let me try that as well.