JavaScript once had a JSX-like syntax called E4X

In many cases, the node that you’re interested in is not the direct child of the top XML element. Instead, it may be nested several levels down. You can access nodes at any depth using the.. operator, or by using the descendants property. For instance… Read more

Similar

Rome, a New JavaScript Toolchain

Sebastian McKenzie, the original creator of Yarn and Babel and a member of the React Native team at Facebook, has been working on an “all-in-one” solution for JavaScript and TypeScript development. The Rome project, a reference to “all roads lead... (more…)

Read more »

Flatbuffers in JavaScript

If your web app gets huge amount of data from your server, FlatBuffers is the perfect ‘heavy lifting’ tool for you. Here’s how we use it at Jaco.

Read more »