Skip to content

Commit fbbafc2

Browse files
committed
add new django and react resource
1 parent cebbc6e commit fbbafc2

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

content/pages/04-web-development/24-react.markdown

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,27 @@ tack on React to build your client-side user interfaces.
3535
quickly fall out of date while this one tends to stick to the basics
3636
that are relevant to beginners.
3737

38+
* [9 things every React.js beginner should know](https://camjackson.net/post/9-things-every-reactjs-beginner-should-know)
39+
is not a tutorial but instead the author gives some strong opinions for
40+
what beginners should know as they start learning React.
41+
42+
* [React Bootstrap](https://react-bootstrap.github.io/)
43+
([source code](https://github.com/react-bootstrap/react-bootstrap) replaces
44+
the existing Bootstrap JavaScript with React components that do not
45+
rely on jQuery.
46+
47+
48+
## Python+React tutorials
49+
* [How to set up Django with React](https://mattsegal.dev/django-react.html)
50+
presents one developer's opinionated way of combining a
51+
[Django](/django.html)-powered back end with React on the front end,
52+
including how to serve up static assets.
53+
54+
* [Django REST with React (Django 2.0 and a sprinkle of testing)](https://www.valentinog.com/blog/tutorial-api-django-rest-react/)
55+
combines a [Django](/django.html) plus
56+
[Django REST Framework (DRF)](/django-rest-framework-drf.html) backend
57+
with React on the front end and shows how to stich it all together.
58+
3859
* This Modern Django 4-part tutorial series is well-done, has
3960
[freely available source code](https://github.com/v1k45/ponynote)
4061
and includes:
@@ -44,10 +65,6 @@ tack on React to build your client-side user interfaces.
4465
3. [Creating an API and integrating with React](http://v1k45.com/blog/modern-django-part-3-creating-an-api-and-integrating-with-react/)
4566
4. [Adding authentication to React SPA using DRF](http://v1k45.com/blog/modern-django-part-4-adding-authentication-to-react-spa-using-drf/)
4667

47-
* [Django REST with React (Django 2.0 and a sprinkle of testing)](https://www.valentinog.com/blog/tutorial-api-django-rest-react/)
48-
combines a [Django](/django.html) plus
49-
[Django REST Framework (DRF)](/django-rest-framework-drf.html) backend
50-
with React on the front end and shows how to stich it all together.
5168

5269
* [Build a Simple CRUD App with Python, Flask, and React](https://developer.okta.com/blog/2018/12/20/crud-app-with-python-flask-react)
5370
shows how to combine a [Flask](/flask.html) backend with React.
@@ -56,15 +73,6 @@ tack on React to build your client-side user interfaces.
5673
is a Git repository with a code tutorial and instructions for how to
5774
follow along, as well as exercises to ensure you are tested as you go.
5875

59-
* [9 things every React.js beginner should know](https://camjackson.net/post/9-things-every-reactjs-beginner-should-know)
60-
is not a tutorial but instead the author gives some strong opinions for
61-
what beginners should know as they start learning React.
62-
63-
* [React Bootstrap](https://react-bootstrap.github.io/)
64-
([source code](https://github.com/react-bootstrap/react-bootstrap) replaces
65-
the existing Bootstrap JavaScript with React components that do not
66-
rely on jQuery.
67-
6876

6977
### Other React resources
7078
* [React interview questions](https://tylermcginnis.com/react-interview-questions/)

0 commit comments

Comments
 (0)