![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.
@northeastern-web/global-elements
Advanced tools
Northeastern global elements built with Tailwind CSS and Alpine.js.
To build the project locally and prepare it for production use, run the following in the project's root directory:
npm install
npm run build
Note: To preview the Global Elements in your local development environment, ensure you have PHP configured on your machine:
php -S localhost:8080
develop
branch then create a new feature branch off of develop
with the issue number and title (e.g. git checkout develop && git checkout -b issue-1/remove-trailing-slash
)git push origin issue-1/remove-trailing-slash
)develop
branchThis repository follows the major.minor.patch
semantic versioning scheme.
To create a new release tag, run the following in the project's root directory: git tag -a v1.x.x -m "Release version x.x.x"
where x.x.x
is equal to the major.minor.patch
semantic version.
For minor fixes or patches (no new features, fixes to existing features only), increment the ending patch
version (e.g. v1.0.17
becomes v1.0.18
).
If there are large backwards-compatible (non-breaking) changes such as refactors or new features are being introduced, a new minor
version release tag should be created (e.g. v1.1.0
).
Large updates that are not backwards-compatible will require a major
release (e.g. v1.0.18
becomes v2.0.0
)
For up-to-date usage information, visit the kernl(ui) Global Elements documentation
FAQs
Northeastern global elements built with Tailwind CSS and Alpine.js.
The npm package @northeastern-web/global-elements receives a total of 913 weekly downloads. As such, @northeastern-web/global-elements popularity was classified as not popular.
We found that @northeastern-web/global-elements demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.