Skip to content

Commit

Permalink
Add React MVC talk by jemmyw (#17)
Browse files Browse the repository at this point in the history
This will be a presentation with examples and a working code repository
that can be checked out to give it a spin.
  • Loading branch information
jemmyw authored Aug 11, 2023
1 parent e0295c5 commit f48ab73
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,23 @@ <h2>Current Schedule (with more coming)</h2>
</p>
</div>
</div>


<div class="row mt-4 align-items-center border-bottom">
<div class="col-4">
<p>
<blockquote><strong>MVC for React</strong></blockquote>
<caption>- jemmyw</caption>
</p>
</div>

<div class="col-8 text-left">
<p>
React state management from Aha! inspired by Rails and age old
MVC principles. A state library with a touch of magic for the
pragmatic programmer.
</p>
</div>
</div>
</div>
</div>

Expand Down

0 comments on commit f48ab73

Please sign in to comment.