Getting Started with Grommet.io Icons To get started you’ll need to first add Grommet.io Icons to your project: Using the icons is very simple too: For a list of all of the available icons go to icons.grommet.io Getting Started with React SVG Components This article assumes you’re using create-react-app which uses SVGR under the hood. […]
React
React (also known as React.js or ReactJS) is an open-source, front end, JavaScript library for building user interfaces or UI components. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications.
Using PIXI.js with React Functional Components/Hooks
I was looking to integrate PixiJS into a React app of mine. There are some interesting node packages out there like react-pixi-fiber that converts all of PixiJS’s objects into React components. This has some great applications but I wanted to start with vanilla PixiJS since my application is going to be adding and removing a […]
Generate QR Codes in React
A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional barcode) first designed in 1994 for the automotive industry in Japan. A barcode is a machine-readable optical label that contains information about the item to which it is attached. In practice, QR codes often contain data for a locator, identifier, or tracker that points to a […]
Add head elements to React with React Helmet
React Helmet is a simple component that makes it easy to manage and dynamically set the content of your HTML’s
section. Learn how to install and use React Helmet like a pro.