JSPM

  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q79461F
  • License MIT

Bridge the gap between React and AdonisJS

Package Exports

  • @microeinhundert/radonis-server
  • @microeinhundert/radonis-server/build/providers/RadonisProvider/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@microeinhundert/radonis-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Radonis Server

Easily bridge the gap between your React frontend and AdonisJS backend. Get DX similar to Remix while having the power of AdonisJS at your fingertips.

Features:

  • Render React views directly from AdonisJS routes and controllers
  • Partially hydrate only the components that require interactivity on the client (Islands Architecture)
  • Includes pre-made hooks for working with AdonisJS inside your React views, both on client and server

Getting started

1. Install the package

Install the package from your command line:

npm install --save @microeinhundert/radonis-server

or

yarn add @microeinhundert/radonis-server

2. Configure the package

node ace configure @microeinhundert/radonis-server

License

MIT