Skip to content

Commit 6e7d655

Browse files
committed
Merge pull request #413 from ThibWeb/add-thinkinginreact
Add Thinking in React workshopper
2 parents c536769 + bfc5fbe commit 6e7d655

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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>

languages/fr-fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,6 @@
147147
"workshopper-kick-off-koa": "Débutez avec Koa, la prochaine génération de framework Web pour Node.js.",
148148
"workshopper-lololodash": "Apprenez Lo-Dash (fork d'underscore) pour gérer les tableaux et les objets simples !",
149149
"workshopper-learnyoucouchdb": "Apprenez tout de CouchDB - La base de données qui épouse complètement le Web",
150-
"workshopper-learnuv": "Apprenez uv pour en tirer avantage ou juste pour le fun, un workshop orienté vers la bibliothèque qui boost Node.js."
150+
"workshopper-learnuv": "Apprenez uv pour en tirer avantage ou juste pour le fun, un workshop orienté vers la bibliothèque qui boost Node.js.",
151+
"workshopper-thinking-in-react": "Apprenez la philosophie de React en construisant une interface de zéro."
151152
}

0 commit comments

Comments
 (0)