Reactium
Search
⌃K

Architecture

The Reactium Ecosystem is meant to provide a developer the means to develop any sort of application rapidly and at scale.
https://cdn.reactium.io/reactium/reactium_stack.png

The Approach

We set out to create a modular and headless JavaScript architecture where parts can be swapped out or omitted per need.
That being said, there's a fair bit of configuration and convention that must be adhered to in order to achieve certain outcomes.

Tech Stack

Our primary tech stack includes the following:
Tech
Usage
Node
Core javascript technology used by all foundational technologies
Express
Used as the server and API foundation for Actinium and Reactium
MongoDB
Used by Actinium as the database server
Used by Actinium to rapidly build persistent objects and cloud APIs for MongoDB
Parse SDK
Used by Reactium SDK as the connector to Actinium
Gulp
Used as a toolkit to automate build process and pipelines
Babel
Used by Reactium to compile JavaScript
Webpack
Used by Reactium to preprocess and bundle JavaScript
React
Used by Reactium as the JavaScript library for building User Interfaces
Sass
Used by Reactium for styling