Articles staring with 11 page
A type of post that combines the most interesting and design-independent posts of a variety of formats. Which includes reviews, tutorials and more.
In english/
Articles/
Page 11
Developing frontend part of a website with React on Django | SearchResultParser p. 2
16.08.2024
02.10.2025
607
0
0
0
0
I show and tell how to develop a frontend for a site on React with a backend on django. I use MaterialUI and TailwindCSS, with source code and comments.
How to integrate React with a Django project, p. 1
03.08.2024
02.10.2025
447
0
0
0
0
In this article, you will know the way to integrate the React framework into a Django project. As a result, you will get a full-stack app/website. Also in the article, …
React and Django REST API. How to integrate one into another and how to use
24.07.2024
02.10.2025
355
0
0
0
0
In this article, I will describe a process of integrating the React framework with the Django website. We will configure a communication API between both of them. Also, a TailwindCSS …
How to create a basic(empty) React app via CLI
19.07.2024
05.10.2025
439
0
0
0
0
In this article you will know how to create basic(empty) React app via terminal. Also checking for errors tests.