![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@agility/gatsby-image-agilitycms
Advanced tools
With the release of Gatsby V3 and the new Gatsby Image plugin, we were able to create gatsby-image-agilitycms
. This is a custom image component that take's images stored within Agility CMS and handles all of the hard parts of displaying responsive images that follow best practices for performance on your website or application.
There are a few steps you need to take before you start using the gatsby-image-agilitycms
component.
Update the package.json in your Gatsby project to use the Gatsby V3 and install the new Gatsby Image Plugin:
npm install gatsby@latest
npm install gatsby-plugin-image
Install gatsby-image-agilitycms
and update the gatsby-source-agilitycms
plugin to the latest version:
npm install @agility/gatsby-image-agilitycms
npm install @agility/gatsby-source-agilitycms@latest
To use the AgilityImage Component:
import { AgilityImage } from "@agility/gatsby-image-agilitycms"
The AgilityImage Component accepts the following props:
image
= The object of your image from Agility.layout
= Determines the image sizes that are generated, as well as the resizing behavior of the image itself in the browser:
<AgilityImage image={image} layout={fullWidth} />
To view a live example of the gatsby-image-agilitycms
in action, check out our Gatsby and Agility CMS Starter.
FAQs
Gatsby Image wrapper for Agility CMS
The npm package @agility/gatsby-image-agilitycms receives a total of 0 weekly downloads. As such, @agility/gatsby-image-agilitycms popularity was classified as not popular.
We found that @agility/gatsby-image-agilitycms demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.