New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

awe-react-client

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awe-react-client

AWE React client

latest
npmnpm
Version
2.2.0
Version published
Maintainers
1
Created
Source

awe-react-client

React client library for AWE (Almis Web Engine) — the Almis web application framework.

What is this?

awe-react-client is the front-end component library that powers AWE-based web applications. It provides the full set of React components, Redux state management, routing, and integration utilities that AWE applications rely on.

This package is not a generic standalone widget library.
It is designed to be consumed exclusively within AWE-based applications, which provide the server-side configuration (XML descriptors for screens, queries, maintain actions, services) that drive the client's behaviour at runtime.

Installation

npm install awe-react-client
# or
yarn add awe-react-client

Usage

awe-react-client is intended to be used as the client-side dependency of an AWE Spring Boot application built with the AWE Framework.
The library entry point is resolved automatically when your AWE project bundles the front end via Webpack.

Typical consumer setup (inside an AWE-based project's package.json):

{
  "dependencies": {
    "awe-react-client": "^2.1.0"
  }
}

Key capabilities

  • AWE screen, grid, chart, form and wizard components
  • Redux Toolkit store wired to AWE's server-side action/maintain system
  • i18n support via i18next
  • Real-time updates over STOMP/WebSocket
  • PrimeReact-based UI component layer
  • Highcharts integration for data visualisation
ResourceURL
Source repositoryhttps://gitlab.com/aweframework/awe-react
Issue trackerhttps://gitlab.com/aweframework/awe-react/-/issues
AWE Frameworkhttps://gitlab.com/aweframework/awe
Demo / live instancehttps://react-demo.aweframework.com

License

ISC — see LICENSE for details.

Keywords

AWE

FAQs

Package last updated on 05 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts