Integrating React with an Existing Web Application

Learn how to integrate a React component with an existing JQuery web application. We’ll cover how to communicate between the context of JQuery and React, listen to events, and render data on the web p… Read more

Similar

Trap Focus in a React Component

Some actions on a web application requires shifting the focus of an user. We’ll use the focus-trap package to trap focus within a DOM node or React component. While developing interactive applications for the modern web, changes are that you’ll need to cr... (more…)

Read more »