Articles related to the following tags: Django, Frontend. Page 1
A type of post that combines the most interesting and design-independent posts of a variety of formats. Which includes reviews, tutorials and more. They were linked and grouped under the following tags: Django, Frontend. Page 1
In english/
Articles/
Page 1, Django, Frontend,
How to implement pagination in Django + HTMx pr. 1
02.04.2025
01.10.2025
566
0
0
0
0
In this article, I will describe how to create a paginator using Django and the HTMx library. And why it was so easy compared to the paginator on my site. …
How to implement More button (loading more posts for pagination). Using Django, REST API, HTMx
01.04.2025
01.10.2025
292
0
0
0
0
In this article I will describe a way how you can implement asynchronous loading of content (articles) using the "More" button, which is made using Django, REST API, HTMx and …
Improved the paginator and added a tag system to the site
22.09.2024
02.10.2025
411
0
0
0
0
SEO recommendations from Google were used to improve the paginator and infinite scroll using replace and push states for the URL. A tag system was also developed for the site. …
Developing frontend part of a website with React on Django | SearchResultParser p. 2
16.08.2024
02.10.2025
602
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.