2.0.0 • Published 6 years ago

arrow-react-engine v2.0.0

Weekly downloads
9
License
Apache-2.0
Repository
-
Last release
6 years ago

arrow-react-engine

A ReactJS web route render engine for arrow.

In Arrow 2.0 the ReactJS web route render engine is not installed by default. The engine is still supported and can be manually registered using this module.

Getting started

After creating an Axway's API Builder application, you can install the dependencies:

npm install arrow-react-engine --save
npm install babel-preset-es2015 babel-preset-react react

Usage

Modify app.js and include the following to register the engine:

server.getMiddleware()
	.registerRendererEngine(require('arrow-react-engine'));
2.0.1-2

6 years ago

2.0.1-1

6 years ago

2.0.1-0

6 years ago

2.0.0

6 years ago

2.0.0-102

6 years ago

2.0.0-101

6 years ago

1.1.0

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago