Webpack

The main purpose of Webpack is to work with JavaScript modules to create packages for a web browser. Webpack processes a modular JavaScript code and creates a JavaScript package to be used in a browser. In addition, it allows developers to use different assets (images, styles etc.) as modules too. In Ackee, we understand Webpack.

React Native

React Native (or React for iOS and Android) is a framework for mobile applications written in JavaScript. It is an open-source project by Facebook from 2015 created after Reactive from the year 2013. It applies the architecture of its predecessor and its benefit is usability for the both mobile platforms. We use React Native in Ackee too but only if there is a use-case for it. Generally, we are not big fans of React Native.

Node.js

Node.js was made on the idea of a usage of JavaScript as a language for an operating system. It is build on V8 engine made by Google for Chrome browser. As well as a browser, Node.js is a runtime for JavaScript. Non-blocking I/O model is its main feature. Node.js is our favorite backend technology.