home.social

#createreactapp — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #createreactapp, aggregated by home.social.

  1. Should libraries handle themselves?

    I'm working in a library for internal use. It will be acting as a utility wrapper for a larger library and will be used in two main use cases and custom projects. This is my first time building a utility library from scratch and was thinking of using Webpack to handle the bundling, tree shaking, and minification, and using for transpiling.

    Is this necessary or should this even be done?