![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.
hyperapp-tools
Advanced tools
Build automation tools for Hyperapp projects.
To create a new app, run a single command:
npm init hyperapp-starter
It will generate the initial project structure based on
Hyperapp Starter
inside the current directory and install the dependencies.
In the project directory, you can run:
npm start
(hyperapp-tools start
)Runs the app in the development mode with "live reload". Uses src/index.js
and src/server.js
files as entry points for client-side and server-side apps.
npm test
(hyperapp-tools test
)Launches the test runner. It will look for test files with .test.js
or .spec.js
suffix. Also you can use any cli options which Jest supports.
npm run lint
(hyperapp-tools lint
)Finds problematic patterns in code using ESLint and stylelint. Using --fix
option you can automatically fix some of them and also format files using Prettier.
npm run build
(hyperapp-tools build
)Builds the app for production to the build folder. It correctly bundles, optimizes and minifyes the build for the best performance and the filenames include the hashes for a long term caching. Using --render
option you can generate html files for a static site hosting.
You can adjust various development and production settings by setting environment variables in your shell. To define permanent environment variables, create a file called .env
in the root of your project:
# The host the app should bind to. By default binds to localhost.
HOST = "0.0.0.0"
# The port the app should listen on. From 0 to 65535 inclusive.
# If port is omitted or is 0, the operating system will assign an arbitrary unused port.
PORT = 0
# Open the default system browser during the development server startup.
# Use the favorite application name or "none" to disable disable it completely.
BROWSER = ""
# The base path for all the static files within the application in production mode.
# Examples: "https://cdn.example.com/", "/base/path/" or "" for relative urls.
PUBLIC_URL = "/"
Hyperapp Tools are MIT licensed. See LICENSE.
[2.1.0] - 2018-10-05
async/await
are used.uglify-es
is abandoned.role
attribute for svg tags imported as a module.FAQs
Hyperapp build automation tools
The npm package hyperapp-tools receives a total of 0 weekly downloads. As such, hyperapp-tools popularity was classified as not popular.
We found that hyperapp-tools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.