Skip to content

Commit 1af3673

Browse files
committed
[add] a draft for react gantt with firebase integration guide
1 parent 7ba8292 commit 1af3673

File tree

3 files changed

+449
-21
lines changed

3 files changed

+449
-21
lines changed

data/desktop/howtostart_guides.md

Lines changed: 37 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ How to Start with dhtmlxGantt
77
Here's the overview of guides which tell you about basic Gantt initialization with popular front-end frameworks.<br><br>
88

99
<table style='border-left:none !important;' cellspacing="0" cellpadding="5" border="0">
10-
<tbody>
10+
<tbody>
1111
<tr>
1212
<td>
1313
<span style="font-size:15px;">desktop/initializing_gantt_chart.md</span>
@@ -28,16 +28,6 @@ Here's the overview of guides which tell you about basic Gantt initialization wi
2828
<a href="desktop/howtostart_angular.md"><img src="howtostart_frontend_frameworks/gantt_angular.png"></a>
2929
</td>
3030
</tr>
31-
<tr>
32-
<td>
33-
<span style="font-size:15px;">desktop/howtostart_react.md</span>
34-
<br>
35-
A detailed tutorial which dwells on Gantt chart implementation with React.
36-
</td>
37-
<td>
38-
<a href="desktop/howtostart_react.md"><img src="howtostart_frontend_frameworks/gantt_react.png"></a>
39-
</td>
40-
</tr>
4131
<tr>
4232
<td>
4333
<span style="font-size:15px;">desktop/howtostart_vue.md</span>
@@ -47,7 +37,7 @@ Here's the overview of guides which tell you about basic Gantt initialization wi
4737
<td>
4838
<a href="desktop/howtostart_vue.md"><img src="howtostart_frontend_frameworks/gantt_vue.png"></a>
4939
</td>
50-
</tr>
40+
</tr>
5141
<tr>
5242
<td>
5343
<span style="font-size:15px;">desktop/howtostart_svelte.md</span>
@@ -57,10 +47,36 @@ Here's the overview of guides which tell you about basic Gantt initialization wi
5747
<td>
5848
<a href="desktop/howtostart_svelte.md"><img src="howtostart_frontend_frameworks/gantt_svelte.png"></a>
5949
</td>
60-
</tr>
61-
</tbody>
50+
</tr>
51+
</tbody>
6252
</table>
6353

54+
<h2>How to Start with React Gantt</h2>
55+
56+
<table style='border-left:none !important;' cellspacing="0" cellpadding="5" border="0">
57+
<tbody>
58+
<tr>
59+
<td>
60+
<span style="font-size:15px;">desktop/howtostart_react.md</span>
61+
<br>
62+
A detailed tutorial which dwells on Gantt chart implementation with React.
63+
</td>
64+
<td>
65+
<a href="desktop/howtostart_react.md"><img src="howtostart_frontend_frameworks/gantt_react.png"></a>
66+
</td>
67+
</tr>
68+
<tr>
69+
<td>
70+
<span style="font-size:15px;">desktop/react_gantt_firebase_integration.md</span>
71+
<br>
72+
An extensive tutorial that describes how to provide real-time updates in React Gantt using Firebase Firestore.
73+
</td>
74+
<td>
75+
<a href="desktop/howtostart_vue.md"><img src="howtostart_frontend_frameworks/gantt_react.png"></a>
76+
</td>
77+
</tr>
78+
</tbody>
79+
</table>
6480

6581

6682
<h2>How to Start with Gantt on Server Side</h2>
@@ -74,7 +90,7 @@ You can watch the video guide that shows how to create a Gantt chart on the page
7490
Below you will find a brief overview of the guides which tell you about basic Gantt initialization on different server-side platforms to suit all tastes and preferences.<br>
7591

7692
<table style='border-left:none !important;' cellspacing="0" cellpadding="5" border="0">
77-
<tbody>
93+
<tbody>
7894
<tr>
7995
<td>
8096
<span style="font-size:15px;">desktop/howtostart_dotnet_core.md</span>
@@ -114,7 +130,7 @@ Below you will find a brief overview of the guides which tell you about basic Ga
114130
<td>
115131
<a href="desktop/howtostart_php_laravel.md"><img src="desktop/how_to_start_laravel.png"></a>
116132
</td>
117-
</tr>
133+
</tr>
118134
<tr>
119135
<td>
120136
<span style="font-size:15px;">desktop/howtostart_php_slim4.md</span>
@@ -124,7 +140,7 @@ Below you will find a brief overview of the guides which tell you about basic Ga
124140
<td>
125141
<a href="desktop/howtostart_php_slim4.md"><img src="desktop/php_tutorial.png"></a>
126142
</td>
127-
</tr>
143+
</tr>
128144
<tr>
129145
<td>
130146
<span style="font-size:15px;">desktop/howtostart_python.md</span>
@@ -134,7 +150,7 @@ Below you will find a brief overview of the guides which tell you about basic Ga
134150
<td>
135151
<a href="desktop/howtostart_python.md"><img src="desktop/how_to_start_python.png"></a>
136152
</td>
137-
</tr>
153+
</tr>
138154
<tr>
139155
<td>
140156
<span style="font-size:15px;">desktop/howtostart_salesforce.md</span>
@@ -155,15 +171,16 @@ Below you will find a brief overview of the guides which tell you about basic Ga
155171
<a href="desktop/howtostart_ruby.md"><img src="desktop/ruby_tutorial.png"></a>
156172
</td>
157173
</tr>
158-
</tbody>
174+
</tbody>
159175
</table>
160176

161177

162178
@index:
163179
- desktop/howtostart_angular.md
164-
- desktop/howtostart_react.md
165180
- desktop/howtostart_vue.md
166181
- desktop/howtostart_svelte.md
182+
- desktop/howtostart_react.md
183+
- desktop/react_gantt_firebase_integration.md
167184
- desktop/howtostart_dotnet_core.md
168185
- desktop/howtostart_dotnet.md
169186
- desktop/howtostart_nodejs.md

0 commit comments

Comments
 (0)