React

How To Embed a React Application in WordPress on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Embed a React Application in WordPress on Ubuntu 18.04

This tutorial will walk you through best practices for embedding a React application in a WordPress site. You will create a widget intended to be embedded on multiple pages and sometimes multiple times on a page. On the server side, it will be implemented as a WordPress shortcode. By the end of this tutorial, you will have created your own shortcode, inserted it into a page in WP Admin, and published that page.

Read more
How To Secure React Applications Against XSS Attacks with HTTP-Only Cookies — step-by-step Docker tutorial on Progressive Robot

How To Secure React Applications Against XSS Attacks with HTTP-Only Cookies

In this tutorial, you will create a React application and mock API that implements a token-based authentication system set up in a local Docker container. You will exploit the token storage method with a cross-site scripting attack, then mitigate the issue with HTTP-only cookies. By the end of this tutorial, you’ll understand the security considerations needed to implement a functioning token-based authentication system alongside a React and Node web application.

Read more
Verwenden von Font Awesome 5 mit React — step-by-step Javascript tutorial on Progressive Robot

Verwenden von Font Awesome 5 mit React

Font Awesome ist ein Toolkit für Websites, das Symbole und soziale Logos zur Verfügung stellt. React ist eine Programmierbibliothek, die JavaScript zur Erstellung von Benutzeroberflächen verwendet. Obwohl das Font Awesome-Team eine React-Komponente zur Förderung der Integration entwickelt hat, gibt es einige Grundlagen über Font Awesome 5 und seine Strukturierung zu verstehen. In diesem Tutorial lernen Sie, wie Sie die Komponente React Font Awesome verwenden können.

Read more
CHAT