Dev Useful Stuff
2.02K subscribers
2 photos
337 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​Parcel (★ 7437 on GitHub) is a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore processing, and requires zero configuration.

Features:
● Blazing fast bundle times - multicore compilation, and a filesystem cache for fast rebuilds even after a restart.
● Out of the box support for JS, CSS, HTML, file assets, and more - no plugins to install.
● Automatically transforms modules using Babel, PostCSS, and PostHTML when needed - even node_modules.
● Zero configuration code splitting using dynamic import() statements.
● Built in support for hot module replacement
● Friendly error logging experience - syntax highlighted code frames help pinpoint the problem.

#js #bundle