
TL;DR
In this article, we will build a page with multiple pricing tiers.
Visitors can press the "Purchase" button and go to a checkout p...
For further actions, you may consider blocking this person and/or reporting abuse
@nevodavid l want to start learning Next.js. So, is it good to start with this article as a practice question? Any advice from you will be greatly appreciated.
This article is a little bit more advanced, if you have previous knowledge in React it should be pretty easy for you.
If not, check my other articles, there are some for juniors!
Checked your articles and l found two.
I can start with these right?
Yes, start with a bidding system, it's more detailed and contains a Youtube video also.
Thanks, @nevodavid! Your effort for helping me is greatly appreciated.
Great article Nevo! Well written and lots of helpful snippets regarding Notion and Stripe. The hardest for me is to thoroughly document the process, you did a great job ππ
Thank you so much!
Which process do you want to document? :)
Just in general, Iβm writing aimilar articles like you (thanks for the inspo π€©)
Currently writing something about analytics. Stay tuned π
I am waiting ! π
Awesome stuff! The Notion integration is a super interesting idea.
I'm glad you like it!
That's my new best CMS π€£
Really well thought out article! I also just learned that Notion is a great way to populate website content through their API.
Keep up these articles!
Thank you so much! I'm glad you enjoyed it!
Loved this article!
Anyone can read this and build a pricing page with all the bells and whistles like pricing tiers and seamless checkout.
Good stuff! ππ
Thank you so much Sumit! π
I believe this is the common practice of most pricing pages!
Love these hands on pieces! Keep going @nevodavid !
Thank you brother!
What CMS do you use today?
Which payment provider do you use today?
For your pricing pages give this a try pricingch.art
Lookin' good!
You checkout is not secure, you are getting and trusting the frontend to send the price to your api for session creation, the price should be calculated/derived inside the api for session creation. Not from the client ππ
NextJS, I love it