![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.
@zappar/splash
Advanced tools
An splash screen used for Zappar's example projects.
You can use this library by downloading a standalone zip containing the necessary files, by linking to our CDN, or by installing from NPM for use in a webpack project.
Download the bundle from this link: https://libs.zappar.com/zappar-splash/0.0.0-rc.1/zappar-splash.zip
Unzip into your web project and reference from your HTML like this:
<script src="zappar-splash.js"></script>
Reference the zappar-splash.js library from your HTML like this:
<script src="https://libs.zappar.com/zappar-splash/0.0.0-rc.1/zappar-splash.js"></script>
Run the following NPM command inside your project directory:
npm install --save @zappar/examples-splash
Then import the library into your JavaScript or TypeScript files:
import { showUI } from "@zappar/splash";
import { showUI } from "../src/index";
showUI({
// Hide the screen when user taps on the button.
onClick: (e) => {
// Pass 'false' to skip fading out.
e.destroy();
},
title: "My title",
subtitle: "My subtitle",
buttonText: "SUBMIT",
// background: "",
// logo: "",
});
FAQs
Zappar examples splash screen.
The npm package @zappar/splash receives a total of 3 weekly downloads. As such, @zappar/splash popularity was classified as not popular.
We found that @zappar/splash demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 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.