Back
Question
Asked

Any good tutorials, resources, or libraries for quickly setting up Stripe on for a node/react app?



Looking to do subscriptions for the first time with the new Billing interface. Docs are straightforward but seems a bit to do so imagine the learning curve is steep. Just hoping to speed things along. Thanks!

It's not terrible. They do have elements/checkout to make things faster/easier. I've implemented stripe on a couple different projects just using their docs. Their docs are seriously amazing, and it looks a lot more complicated than it is because there's a lot of stuff you don't need to worry about if you're just doing subscriptions. They're just very thorough. If you need help with anything specific just shoot me a message. I'd be happy to show you how I'm implementing it right now.

@1098 Thanks for the encouragement Jake! Let me give it a go and I'll bug ya if I run into any snags.