Buy All 72 Premium WordPress Themes for $59.99
No Additional Fees, Pay Once and Use Unlimited Time for Unlimited Domains, Free Lifetime Updates

How to Host a React App on GitHub Pages

How to Host a React App on GitHub Pages

GitHub Pages allows you to host static resources (HTML, CSS, and JavaScript) directly from your GitHub repositories.

There is an option for free hosting (limited to 1 repository per account using address username.github.io). You can also choose a paid account ($4 per user monthly) which in my option is a great choice.

Unfortunately, it is NOT possible to host server side rendering scripts, but for React you can export your react app to HTML/JS/CSS and host it on GitHub pages. Here is how it can be done:

Read More…

How to Reduce the Number of Installed WordPress Plugins

How to Reduce the Number of Installed WordPress Plugins

The WordPress plugins expand and extend the functionality of WordPress. They can be installed and activated really easily with just a few clicks.

However, having too many installed and activated Plugins could cause different issues with your website. Depending on the Plugin functionality they could slow down the website performance, they could open a big security vulnerability of the entire website.

Here are 10 common cases when you don’t need to install and activate a Plugin, but you can apply the necessary changes with a few simple steps: Read More…