Reactium
  • Quick Start
  • Discuss
  • Approach
    • Architecture
    • DDD Introduction
    • Domain Model
  • Reactium App Foundation
    • Reactium Guides
      • Creating a Simple Single Page Web App (SPA)
      • Creating a Sassy Style Sheet
      • Reactium Core
      • Reactium + Actinium (APIs)
      • Reactium + REST
      • Plugin Module Guide
      • Animating React Routes
      • Reactium in Production
    • Reactium Domain Model
      • Basic Domain Model
      • Runtime Domain Model
      • Buildtime Domain Model
    • Reactium SDK
      • Reactium SDK Reference
    • Updating Reactium
  • Installing Foundations
    • Before You Install
    • Install Reactium
    • Install Actinium
  • Reactium API Foundation (Actinium)
    • Actinium Core
    • Setting up your User
    • Actinium SDK
      • Actinium SDK Reference
    • Actinium Domain Model
    • Extending
    • Updating
    • Live Query
  • Reactium Toolkit
    • Overview
    • Installation
    • Configuration
    • Customization
    • Creating Elements
      • Sidebar Elements
      • Toolbar Elements
      • Documentation Elements
    • Components
      • Sidebar
      • MenuLink
      • Element
      • Code
      • Markdown
      • Icon
    • Toolkit SDK
Powered by GitBook
On this page
  • How do I build plugins, and what types are there?
  • How do use my Actinium cloud function in my Reactium app?
  • Can I add my own REST API to my Reactium app?
  • I just want to make a simple routed React app. Can I do that?
  • Is it possible to animate a transition from one route to another?
  • How do I Deploy Reactium to Production?
  1. Reactium App Foundation

Reactium Guides

A series of guides to help you understand how to work with the Reactium platform.

PreviousDomain ModelNextCreating a Simple Single Page Web App (SPA)

Last updated 1 year ago

How do I build plugins, and what types are there?

In short, there are for extending your API (Actinium) and your web app (Reactium) and for extending your web app at runtime.

How do use my Actinium cloud function in my Reactium app?

You will use the Reactium SDK with built-in features for accessing your API.

Can I add my own REST API to my Reactium app?

Absolutely, you can extend the Reactium SDK by registering your own API very easily, using Reactium.API.register()

I just want to make a simple routed React app. Can I do that?

If all you want is a simple routed React app, you can just use the Reactium foundational framework alone. Creating new components and setting them up to be routed is really easy with Reactium.

Is it possible to animate a transition from one route to another?

The Reactium SDK has a feature for each route, activated when a route is registered with transitions: true, and will let you cycle through pre-defined transitions from one route to another using Reactium.Routing.nextState(). You can use this feature to animate with a library like TweenMax or with CSS transitions or key frames.

How do I Deploy Reactium to Production?

Reactium deploys as a container or to Heroku with very little effort, in traditional Node.js server environments, here are the things you need to know.

Animating React Routes
Reactium in Production
Plugin Module Guide
This is easy to setup.
Reactium + Actinium (APIs)
Reactium + REST
Creating a Simple Single Page Web App (SPA)
build-time plugin
run-time plugins