Loading
React

Deploy Your React Project to Github Pages with Github Actions

Bitovi has created a new GitHub action that makes publishing a React site to GitHub Pages a snap. It’s using a new feature in GitHub pages to help keep your repositories clean.

Chris Capell

Chris Capell

React

How to Use React Suspense to Improve Your UI Load Time

If you work regularly with React, chances are you are already familiar with at least the concept of React Suspense. Suspense is a useful tool provided by the React library that allows developers more control over UI loading states. If, however, you work all day with legacy code, refuse to let your React version budge past 16.5, or are simply new to React, allow us to give you an introduction! 

Travis Draper

Travis Draper

React

How to Create a Web Component with Create React App

Have you ever felt the need to put some React code on a site that isn't React? Enter React to Web Component, a free library from Bitovi that makes it easy to put a React application inside of a web component. Anywhere you can insert a <script /> tag, you can use a web component.

Ryan Spencer

Ryan Spencer

Developer