#best-practices
Read more stories on Hashnode
Articles with this tag
When working on a software project, organizing the styles isn't usually a big deal. You get in there, write some CSS, or maybe even some SASS. You...
Today, let’s take a look at how to deploy our react app to Netlify, including setting up continuous deployment. Continuous Deployment (CD) is a...
When are working on a software project a common task during the process will generate a changelog when a new software version is going to be released....
First of all, we need to install ESLint npm i eslint --save-dev Install ESLint plugins npx install-peerdeps --dev eslint-config-airbnb Note: with a...
When are working on several projects a common problem could be the different conventions or standardization with the commits, to that kind of problem...
React.js is currently one of the most popular JavaScript libraries for front-end developers. React really changed the way we build Single-page...