Liquid Gears Platform
Liquid GearsLiquid State
1.0.0
1.0.0
  • Liquid Gears Platform Documentation
  • Platform components
    • Mobile Apps
    • Integrated Web Apps (IWA)
    • Desktop Web Apps
    • Ubiquity
    • Carbon Editor
    • Admin dashboards
  • API documentation
  • IWA framework
    • Core libraries
      • iwa-core
      • iwa-router
      • iwa-identity
      • iwa-cognito-identity
      • iwa-keyvalue-store
      • iwa-desktop
    • React Helpers
    • Events
      • Events overview
      • app domain
      • iwa domain
      • kv domain
      • launch domain
      • analytics domain
    • UI Kit
    • Generator
    • Blueprints
  • How-tos
    • Simple Mobile App
      • Part 1
      • Part 2
    • Advanced Mobile App
      • Part 1
      • Part 1
  • Guides
    • Linear Mobile Apps
    • Tabbed Mobile Apps
    • Working with PIP
    • Localisation
    • Analytics
    • Testing Mobile Apps
Powered by GitBook
On this page
  • Core libraries
  • React helper libraries
  • Liquid State UI Kit
  • Generator
  • Blueprints
  1. Platform components

Integrated Web Apps (IWA)

PreviousMobile AppsNextDesktop Web Apps

Last updated 6 years ago

Integrated Web Apps are small web applications. They form parts of a built with the Liquid Gears Platform.

Over time Liquid Gears has developed a framework which revolves around five pillars to enable the rapid creation of quality IWAs:

  • core libraries

  • helper libraries for React JS

  • user interface toolkit

  • blueprints

  • generators

All components of the framework are open source, free software and available from the .

Core libraries

The core libraries are agnostic to any particular Javascript framework.

The core libraries are:

  • iwa-core

  • iwa-router

  • iwa-identity

React helper libraries

These libraries are:

  • iwa-react-router

Liquid State UI Kit

Generator

Blueprints

Blueprints are pre-made IWAs. They can be used as-is or as a starting point to kickstart the creation of an IWA focusing on a particular problematic. Available blueprints are:

  • Login

  • Registration

Most IWAs created by Liquid Gears and Liquid State are coded using the library (note: React JS not React Native).

Liquid State has developed a UI Kit based on React and the .

Generator are templates for which can be used to set up all the boilerplate code for a brand new project or IWA.

native app
Liquid State Github organisation
React JS
Ant Design library
Yeoman