Build a hit counter for Gatsby with React, AWS Lambda, and FaunaDB
1–10 of 52 posts
Re: Build a hit counter for Gatsby with React, AWS Lambda, and FaunaDB
#2Re: Build a hit counter for Gatsby with React, AWS Lambda, and FaunaDB
#3I may be missing something here, but... all that for a hit counter? Even using React for the front-end seems overkill for a little widget.
Re: Build a hit counter for Gatsby with React, AWS Lambda, and FaunaDB
#4I may be missing something here, but... all that for a hit counter? Even using React for the front-end seems overkill for a little widget.
Re: Build a hit counter for Gatsby with React, AWS Lambda, and FaunaDB
#5I may be missing something here, but... all that for a hit counter? Even using React for the front-end seems overkill for a little widget.
Re: Build a hit counter for Gatsby with React, AWS Lambda, and FaunaDB
#6I may be missing something here, but... all that for a hit counter? Even using React for the front-end seems overkill for a little widget.
Re: Build a hit counter for Gatsby with React, AWS Lambda, and FaunaDB
#7I may be missing something here, but... all that for a hit counter? Even using React for the front-end seems overkill for a little widget.
Re: Build a hit counter for Gatsby with React, AWS Lambda, and FaunaDB
#8Re: Build a hit counter for Gatsby with React, AWS Lambda, and FaunaDB
#9Does FaunaDB have an "atomic increment" a la Firestore? Knowing nothing about FaunaDB, I suspect this code in the blog post has the potential to "lose" hits that come in at roughly the same time...
Re: Build a hit counter for Gatsby with React, AWS Lambda, and FaunaDB
#10I may be missing something here, but... all that for a hit counter? Even using React for the front-end seems overkill for a little widget.
these days the hard part isn't the view counter logic, it's managing the 395,000 dependencies in your project