![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.
@k-platform/core
Advanced tools
Admin-panel of application is based on Angular, please read more details about here.
Please navigate to guides folder for read detailed documentations of application and also visit codebase documentations website
Before installing the platform, make sure that you have Node.js, Redis installed and one of the supported DBMS.
Now let's set up the configuration.
The connection settings to Redis are stored in the default.env
, that file located in the root directory, use the properties REDIS_HOST
, REDIS_PORT
, REDIS_DB
, REDIS_USER
, REDIS_PASSWORD
. You can change it or create a local.env
file to override some properties on your local machine.
Next, go to the ./examples/web-server
directory, here you will find the db.properties
file. Inside that, you will find the DBMS connection settings, you can change it or create a local.properties
file to override some properties on your local machine (the names of all properties in the file match the TypeORM data source options).
Now that all the preinstallation recommendations are done, you can install the platform.
npm i
command for install all dependenciesnpm run init:web-app
for generate configuration files, build sources and fill cache DB, and import default state of DB from default XML-configurationnpm run start:web-app
for start example web-application serverNow you can proceed to the installation of the client application, which is an admin panel for system management. To do this, visit the repository @k-platform/client.
Recommendation: use Postgres or MySQL as a DBMS, and in the future you can replace Radius with the desired to if necessary by writing your own custom interaction service.
Note: all modules has been tested only with Postgres and MySQL database systems.
FAQs
Framework for the rapid development of modern applications
We found that @k-platform/core 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.