Skip to content

Commit 84345f7

Browse files
committed
Add thinking-in-react to workshop list
1 parent ed5a5d2 commit 84345f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,11 @@ <h4><a class="js-workshop-link" href="https://github.com/No9/torrential" target=
380380
<p data-i18n="workshopper-torrential">A set of lessons to show you how to create a simple p2p bittorrent network</p>
381381
<code>npm install torrential -g</code>
382382
</div>
383+
<div id="thinking-in-react" class="workshopper">
384+
<h4><a class="js-workshop-link" href="https://github.com/asbjornenge/thinking-in-react" target="_blank">Thinking in React</a></h4>
385+
<p data-i18n="workshopper-thinking-in-react">Learn React's philosophy by building a UI from scratch.</p>
386+
<code>npm install -g thinking-in-react</code>
387+
</div>
383388
</div>
384389
</div>
385390
</section>

0 commit comments

Comments
 (0)