How to setup prerender.io on Heroku to boost the SEO for your Signel Page Application (SPA). A good server side rendering alternative.
Category: Javascript
Takeaways from ReactNext 2019
A few weeks ago, June 11th, to be exact, 9 people from the HackSoft team went to ReactNext - an annual React conference in Tel Aviv. The conference focuses on React and React Native which aligns perfectly with the tech stack we use in most of our projects. In this article, you can find out more about our impressions from the conference & Tel Aviv .
Split your Webpack configuration for development and production
In this article we'll explore how to split your Webpack configuration to have different settings for local development & for production deploys.
Your first Webpack
In this article we go step by step in setting up a webpack configuration, starting from an empty directory.
Pretty and the JS
In this article we'll explore how to setup automatic prettier check on your continuous integration server, so that everyone on your team will follow the same frontend styling.