#Sebboseb-React-Server
1 messages · Page 1 of 1 (latest)
A backend is needed for a lot of functionality yes. You can link to our no-code option: PaymentLinks but if you want to work with the actual stripe-react library, that will need some kind of backend
If you're looking for a nice way of doing server side code with react, I can recommend next.js (a react framework). There you can make "serverless" functions, aka lambda functions which work as api endpoints on your website, where you can handle serverside code, such as server related stripe stuff. Just an option to look into if it suits your needs 🙂
Thanks for the assist @polar iris !