Skip to content

Commit fd551e6

Browse files
committed
add new drf, react and bootstrap resources
1 parent bfba4d9 commit fd551e6

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

content/pages/04-web-development/21-bootstrap.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ specific situation.
6161
[django-crispy-forms](https://django-crispy-forms.readthedocs.io/en/latest/)
6262
library with [Django](/django.html) to create and obtain user data
6363
through web forms that are styled with Bootstrap 4 CSS.
64+
65+
* [React Bootstrap](https://react-bootstrap.github.io/)
66+
([source code](https://github.com/react-bootstrap/react-bootstrap) replaces
67+
the existing Bootstrap JavaScript with React components that do not
68+
rely on jQuery.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,13 @@ tack on React to build your client-side user interfaces.
6161
is not a tutorial but instead the author gives some strong opinions for
6262
what beginners should know as they start learning React.
6363

64+
* [React Bootstrap](https://react-bootstrap.github.io/)
65+
([source code](https://github.com/react-bootstrap/react-bootstrap) replaces
66+
the existing Bootstrap JavaScript with React components that do not
67+
rely on jQuery.
6468

65-
### Other React resources
6669

70+
### Other React resources
6771
* [React interview questions](https://tylermcginnis.com/react-interview-questions/)
6872
is a good quiz to see what you know or still need to learn about the
6973
fundamentals of using React.

content/pages/04-web-development/50-django-rest-framework-drf.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ typically abbreviated "DRF", is a Python library for building web
4646
with the already-defined DRF serializer fields before saving
4747
everything to a database or similar action.
4848

49+
* [Django polls api using Django REST Framework](https://www.agiliq.com/blog/2019/04/drf-polls/)
50+
gives a great walkthrough for creating a question polling application
51+
backend with code and the explanation as you build it.
52+
4953
* [Optimizing slow Django REST Framework performance](https://ses4j.github.io/2015/11/23/optimizing-slow-django-rest-framework-performance/)
5054

5155
* [TLT: Serializing Authenticated User Data With Django REST Framework](http://gregblogs.com/tlt-serializing-authenticated-user-data-with-django-rest-framework/)
@@ -56,3 +60,4 @@ typically abbreviated "DRF", is a Python library for building web
5660

5761
* [Building APIs with Django and Django Rest Framework](https://books.agiliq.com/projects/django-api-polls-tutorial/en/latest/)
5862

63+

0 commit comments

Comments
 (0)