You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You still need server for storing session into db. Doesn't it make sense to use a framework that helps with server stuff?
like what?? using express with any db is very simple so I don't think frameworks are not a must simple projects
Now you have a problem of choosing backend. Nextjs helps with server components, idk how to use those in normal react with some backend like express, there are also server actions, completely replaceable but it is easier to write. However nextjs has a number of problems like opt out telemetry, or inability to use nodejs at middleware, using pre release react etc.
examples and tutorial of google/github auth exists for sveltekit,next,astro but it would be very useful if it was also available for plain react spa
The text was updated successfully, but these errors were encountered: