HN user

MOdMac

6 karma
Posts0
Comments7
View on HN
No posts found.

This does look nice but we can solve the configuration difficulty of Webpack without switching tools. Webpack should be the standard we all get behind until there is a tool that offers significant improvements, not just being easier to use.

We are using an internal NPM package for common Webpack settings similar to the JetBrains library [1]. With that setup, our Webpack configs are much easier to use. There are other libraries like webpack-config [2] that give you a fluent api and allow common configs to be extended.

[1] https://github.com/JetBrains/ring-ui [2] https://www.npmjs.com/package/webpack-config

Im in a similar situation, testing a move from magento to satchmo. Still in early testing but it does seem like a really solid cart which is much faster.

The thing that really helps satchmo is the django base and the huge number of reusable apps available.

In magento if you need forum or cms you need to add bridges to other packages all with their own auth and coding style. With satchmo you can plug in one of the django forum apps apps let it share user registration with the rest of the site.

The way that django has embraced reusable apps is the killer feature of the framework for me.

Its good to see some more options but it still does not compare to jQuery UI with its unified styling and theme roller.

I like having jQuery UI components standalone and using them as needed, relying on compression and merging tools like yui compressor to do their job.

Being a smaller core set of components is not really a big benifit.

They have a good point about the api improvements over jQuery UI but i can't see it being enough to switch.

Malo - CSS Library 18 years ago

Its cool that css frameworks are starting to use fluid widths instead of fixed px found in most original grid layouts.