All Projects → codingforentrepreneurs → Reactify Django

codingforentrepreneurs / Reactify Django

Licence: mit
Integrate React & Django

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Reactify Django

Django Crash Starter
The Cookiecutter template for the Django Crash Course tutorial by Daniel and Audrey Feldroy.
Stars: ✭ 80 (-60.98%)
Mutual labels:  django, tutorial
Simple Signup
Code samples used in the blog post "How to Create User Sign Up View"
Stars: ✭ 128 (-37.56%)
Mutual labels:  django, tutorial
Dependent Dropdown Example
Code example used in the post "How to Implement Dependent/Chained Dropdown List with Django"
Stars: ✭ 84 (-59.02%)
Mutual labels:  django, tutorial
Django Celery Tutorial
Django Celery Tutorial
Stars: ✭ 48 (-76.59%)
Mutual labels:  django, tutorial
Faq
Useful Django-related information collected by `@pydjango` chat users.
Stars: ✭ 152 (-25.85%)
Mutual labels:  django, tutorial
Django Auth Tutorial Example
Django Authentication Video Tutorial
Stars: ✭ 60 (-70.73%)
Mutual labels:  django, tutorial
Django Shop Tutorial
Use Django To Create A Simple Shopping Site Tutorial
Stars: ✭ 109 (-46.83%)
Mutual labels:  django, tutorial
Djangoforbeginners
Source code for Django For Beginners
Stars: ✭ 527 (+157.07%)
Mutual labels:  django, tutorial
Kubernetes Django
Scalable and resilient Django with Kubernetes.
Stars: ✭ 145 (-29.27%)
Mutual labels:  django, tutorial
Django Intro Zh
Django 官方文档的 intro 部分的中文翻译
Stars: ✭ 141 (-31.22%)
Mutual labels:  django, tutorial
Docker Tutorial
Docker 基本教學 - 從無到有 Docker-Beginners-Guide 教你用 Docker 建立 Django + PostgreSQL 📝
Stars: ✭ 906 (+341.95%)
Mutual labels:  django, tutorial
Rest Api Basics
This is a basic guide on how to build a REST API with Django & Python. For much deeper depth, check out our new course on REST API: (https://kirr.co/90kxtx)
Stars: ✭ 171 (-16.59%)
Mutual labels:  django, tutorial
Django Beginners Guide
A Complete Beginner's Guide to Django - Code Samples
Stars: ✭ 902 (+340%)
Mutual labels:  django, tutorial
Docker Elk Tutorial
docker-elk-tutorial + django + logging
Stars: ✭ 69 (-66.34%)
Mutual labels:  django, tutorial
Try Django
Learn Django bit by bit in this series
Stars: ✭ 767 (+274.15%)
Mutual labels:  django, tutorial
Circleci Demo Python Django
Example Django application running on CircleCI
Stars: ✭ 100 (-51.22%)
Mutual labels:  django, tutorial
Docker Django Nginx Uwsgi Postgres Tutorial
Docker + Django + Nginx + uWSGI + Postgres 基本教學 - 從無到有 ( Docker + Django + Nginx + uWSGI + Postgres Tutorial )
Stars: ✭ 334 (+62.93%)
Mutual labels:  django, tutorial
Try Django 2.2
Try Django 2.2 is step-by-step to build a modern, fully open-source, Blog web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 338 (+64.88%)
Mutual labels:  django, tutorial
Docker Jenkins Django Tutorial
實戰 Docker + Jenkins + Django + Postgres 📝
Stars: ✭ 129 (-37.07%)
Mutual labels:  django, tutorial
Django Auth Tutorial
Source code for Django authentication tutorial.
Stars: ✭ 160 (-21.95%)
Mutual labels:  django, tutorial

Reactify Django

React is a powerful component JavaScript library. With it, you can build all kinds of user inferfaces from something as simple as a contact form all the way to an entire front end.

This project is about integrating React with Django.

Tech

  • React 16.4.0
  • Django 1.11
  • Django Rest Framework 3.8.2
  • Django CORS Headers 2.2.0
  • Python 3.5 (and up)

Recommended Start


$ cd path/to/your/dev/folder
$ mkdir reactifydjango
$ cd reactifydjango
$ git clone https://github.com/codingforentrepreneurs/Reactify-Django .
$ git reset bc78f49e5f3fe1992b99afb85782b6281bf981a1 --hard
$ git remote remove origin
$ virtualenv -p python3 .
$ source bin/activate
(reactifydjango) $ cd src
(reactifydjango) $ pip install -r requirements.txt
(reactifydjango) $ cd reactify-ui
(reactifydjango) $ npm install

Sections

8 - Hello World

9 - Http Methods in React

10 - React Props

11 - React State

12 - More on State & Props

13 - React and How it Renders

14 - HTML Form in React

15 - Handle a Form with React

16 - Sending Data from React to Django

17 - Child Element Event Emitter

18 - Clear Form

19 - Preset Input Value

20 - Handle a Checkbox in React

21 - URL Routing in React

22 - Link with React Router Dom

23 - Post Detial View

24 - Post Owner

25 & 26 Post Update Part 1 & 2

27 - Post Create Clean Up

28 - Django Rest Framework Custom Pagination

29 - Dynamically Load More Posts

30 - Thank you

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].