Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide tutorial and examples for plain react (react-router) #1733

Open
yogeshdnumb opened this issue Oct 30, 2024 · 3 comments
Open

provide tutorial and examples for plain react (react-router) #1733

yogeshdnumb opened this issue Oct 30, 2024 · 3 comments

Comments

@yogeshdnumb
Copy link

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

@zeronumbers
Copy link

You still need server for storing session into db. Doesn't it make sense to use a framework that helps with server stuff?

@yogeshdnumb
Copy link
Author

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

@zeronumbers
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants