ES.nextNews: the latest in JavaScript and cross-platform tools
Curated by Dr. Axel Rauschmayer and Johannes Weber.

ES.next News

The latest in JavaScript and cross-platform tools

Writing JavaScript without a build system
jvns.ca@jvns
Quoting the blog post:

I want to talk about what’s appealing to me about build systems, why I (usually) still don’t use them, and why I find it frustrating that some frontend JavaScript libraries require that you use a build system.

I’m writing this because most of the writing I see about JS assumes that you’re using a build system, and it can be hard to navigate for folks like me who write very simple small JavaScript projects that don’t require a build system.



RxDB - A fast, offline-first, reactive database for JavaScript Applications
rxdb.info Sponsor
RxDB is an offline-first, NoSQL-database for JavaScript Applications like Websites, hybrid Apps, Electron-Apps, and Node.js. Reactive means that you can not only query the current state, but subscribe to all state changes like the result of a query or even a single field of a document.


Merged into Node.js: support for single-executable applications
github.com@RaisinTen, @nodejs
The current version of this feature is deliberately minimal – more functionality will be added over time:
  • Input: a single JavaScript file
  • Output: a single executable that runs the file
The assumption is that, for now, code is bundled before creating an executable. In the future, executables may contain an internal virtual file system that contains multiple modules and other resources (source).


Let’s make JavaScript RegExps streamy
socket.dev@bmeck, @SocketDev
The blog post points out an issue with current JavaScript regular expressions: It’s difficult to match them against text that arrives in chunks.


Well-known symbols in JavaScript
h3manth.com@hemanth
Quote: “A well-known symbol is a non-registered symbol that’s the same across realms.” Examples are Symbol.iterator and Symbol.hasInstance.



Looking for deeply qualified employees or customers? Advertise on ES.next News!
ES.next News reaches over 15,000 highly skilled and motivated developers. We take their trust seriously and have high editorial standards.
Check out our media data and get directly in touch with us.
Follow on Twitter

This email was sent to {{ email | default }}. Want to change how you receive these emails?
You can unsubscribe from this list