Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Inertia js #19

Open
emidiotorre opened this issue Mar 10, 2021 · 2 comments
Open

Inertia js #19

emidiotorre opened this issue Mar 10, 2021 · 2 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@emidiotorre
Copy link
Collaborator

Doing some research i stumbled upon Inertia.js which i think could be great for join, if we choose to use Laravel, it can really speed up the development process by simplifying the communication between backend and frontend, and removing the need to manage a full featured REST API.

We can still expose the APIs that we want for the website.

What do you think?

@pixari @bbtgnn @aptrn

@emidiotorre emidiotorre added enhancement New feature or request question Further information is requested labels Mar 10, 2021
@pixari
Copy link
Collaborator

pixari commented Mar 10, 2021

Fine for me!

How do we handle the authentication?
You can install inertia in /packages/cms-service

just keep this part of the package.json:

"name": "@mono/cms-service",
"version": "0.1.0",
"private": true,

And please provide a "start" script like: > "start": "php artisan serve" <.

@pixari
Copy link
Collaborator

pixari commented Mar 10, 2021

(you can delete all the content of packages/cms-service

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants