JSPM

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

Bridge the gap between React and AdonisJS

Package Exports

  • @microeinhundert/radonis
  • @microeinhundert/radonis/build/src/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) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Radonis

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

or

yarn add @microeinhundert/radonis

License

MIT