![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.
django-reactive-framework
Advanced tools
A minimalistic reactive framework for Django Templates.
This project brings Svelete-like thinking for Django Templates. The computation starts at the backend and continues in the frontend.
This project is licensed under the MIT License.
This project is experimental and under development.
This package requires:
You can install this package by two ways:
The easy way - Type the following to a command line:
pip install --upgrade https://github.com/Tal500/django-reactive-framework/archive/master.zip
The deep way (for internal development):
Clone the package:
git clone https://github.com/Tal500/django-reactive-framework.git
Add the path for the repository directory src
to your system PYTHONPATH.
This way, the python package, which is in src/django_reactive
, will be visible.
Kepp in mind that this package is still under development.
You can start see an example by either one of these three methods:
(Recomended) Browse the live example in Heroko (might take time to wake up): https://django-reactive-example.herokuapp.com
Starting the example server:
Open the command line in the root directory and execute the following:
python example/manage.py runserver
You may ignore the following migration warning, since we don't use database at all:
You have 18 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
Run 'python manage.py migrate' to apply them.
Open your browser and browse to:
http://127.0.0.1:8000/
Import the example urls to your server (listed in src/django_reactive_framework/urls.py
):
Add the following patterns to yout urls.py:
urlpatterns += [
path('reactive_example/', include('django_reactive_framework.urls'))
]
Then, the example will be in the path reactive_example/example/
in your server.
Look more at src/django_reactive/templates/reactive_example.html
for the source of the example.
For any communication you may start a discussion or report an issue in the GitHub page:
FAQs
A minimalistic reactive framework for Django Templates
We found that django-reactive-framework demonstrated a healthy version release cadence and project activity because the last version was released less than 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.