DEV Community

Discussion on: Front End: Is Anything Getting Better?

Collapse
 
niorad profile image
Antonio Radovcic

IMHO yes, a lot got better.

The first thing that comes to mind are tools like create-react-app and angular-cli. No more manual webpack-configuration. It's very easy to get started.

Another one is that native JS-modules are widely supported. No need to worry about bundling or transpiling until much later in a project (unless you need TypeScript or JSX of course).

Collapse
 
oenonono profile image
Junk

How do those affect end users and improve their experiences with front ends for the better?

Collapse
 
niorad profile image
Antonio Radovcic

They don't. They improve developers' lives.