Sharmigeorge's avatar

Lumen with react or frontend separate

I am creating an small app for just authentication and identification using Lumen. Only the Apis are used pre dominantly by the users. I am thinking of building a simple UI in react js because of few requirements. Now I need some inputs to use react inside Lumen or UI seperately which will call my APIs.

0 likes
1 reply
shez1983's avatar

well lumen is supposed to be for APIs not for views/a website.. so ideally you should consume your api/lumen from JS using axios/ajax whatever..

but if it is a simple site and if lumen allows blade/views then i dont see any harm :)

1 like

Please or to participate in this conversation.