Our Blog

We are passionate about high quality applications

Dec 27

Universal Relay Boilerplate, Rebar and Rebar Tools updates

We made updates to Universal Relay Boilerplate, Rebar and Rebar Tools.


Universal Relay Boilerplate and Rebar have been updated with the following:

  • We switched to using babel-preset-env for the transpilation of our server code running on Node.js. Our minimum requirements are Node.js 8.3. This version supports a plethora of ES6/ES7 JavaScript features including async/await. Making babel perform less transformations makes the process more efficient. The resulting code runs faster and consumes less memory.
  • We added notes for use of elassandra.
  • Multiple dependency updates.
  • We switched to using babel-watch to speed up code refresh.

The new version is available at Babel And Dependency Updates.