Skip to main content

Posts

Showing posts with the label React

Deploy React App To Heroku

Deploy React App To Heroku Using Postgres & Express Deploy React App To Heroku Using Postgres & Express Heroku is an web application that makes deploying applications easy for a beginner. Deploy React App To Heroku Using Postgres & Express Heroku is an web application that makes deploying applications easy for a beginner. Before you begin deploying, make sure to remove any console.log 's or debugger 's in any production code. You can search your entire project folder if you are using them anywhere. Y

React Interview Questions

10 Essential React Interview Questions For Aspiring Frontend Developers 10 Essential React Interview Questions For Aspiring Frontend Developers Comprehensive React Cheatsheet included at the bottom of this article! 10 Essential React Interview Questions For Aspiring Frontend Developers Comprehensive React Cheatsheet included at the bottom of this article! Resources: Introduction to React for Complete Beginners All of the code examples below will be included a second time at the bottom of

Creating a JAMstack Site with Open Authoring Using Netlify CMS (Repost)

Leverage the power of the community by creating a JAMstack site that anyone can edit and contribute using NetlifyCMS's open authoring. Community is powerful. The internet has often succeeded by channeling that power into "crowdsourcing" for things like raising funds or even managing content. The most obvious example of crowdsourced content would be Wikipedia, but sites like Medium or  DEV  also harness community-driven content contributions. Many projects and companies also rely on their communities to improve their documentation. When it comes to JAMstack sites, this community-driven content is often powered by straight GitHub forks and pull requests. This works well but requires a certain degree of technical knowledge as well as a bit of manual work (pulling the code, making the change, committing it, submitting the pull request and so on). This can be a real hindrance - especially if your goal is to get contributions from folks without a high degree of technical expert