You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1class="heading-1">Django React Boilerplate Example App</h1>
7
-
<pclass="paragraph">
4
+
<divclass="max-w-5xl mx-auto px-4">
5
+
<h1class="text-5xl mb-2">Django React Boilerplate Example App</h1>
6
+
<pclass="mb-2">
8
7
Below is an example of a React app included in the Django template.<br/>
9
-
Check <codeclass="inline-code">backend/templates/common/index.html</code> and <codeclass="inline-code">frontend/js/index.js</code> to understand how they're linked:
8
+
Check <codeclass="px-1.5 py-0.5 text-sm font-mono text-pink-600 bg-gray-100 rounded">backend/templates/common/index.html</code> and <codeclass="px-1.5 py-0.5 text-sm font-mono text-pink-600 bg-gray-100 rounded">frontend/js/index.js</code> to understand how they're linked:
{data.results.length} on this page • {data.count} total
36
33
</span>
37
34
38
35
<divclassName="flex items-center gap-2">
39
-
{/* Anchor elements do not natively support 'aria-disabled', which can cause accessibility issues. To improve accessibility, use 'tabIndex={-1}' with 'aria-disabled', or render a instead of when disabled. */}
0 commit comments