Posts

Showing posts with the label gatsby

Write data to file from Gatsby

Write data to file from Gatsby I just want to log when a user clicks a button. This site is internal and I can’t use google analytics. Can’t use the fs module in react app. How do I input data for a gatsby site? How could I setup basic analytics? If Google Analytics isn't an option, maybe the open source Matomo f.k.a. Piwik could be? In any event, you'll need a backend/microservice for this. – Fabian Schultz Jun 29 at 13:43 By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.