-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtesting_react_applications.html
3 lines (3 loc) · 3.08 KB
/
testing_react_applications.html
1
2
3
<!DOCTYPE html><html><head><script src="//use.typekit.net/yhu8tfk.js"></script><script>try{Typekit.load();}catch(e){}</script><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><title>Testing React applications</title><meta name="description" content=""><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="/css/styles.css"><script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script></head><body><nav role="navigation" class="navbar navbar-inverse navbar-fixed-top"><div class="container"><div class="navbar-header"><button type="button" data-toggle="collapse" data-target="#navbar-collapse" class="navbar-toggle collapsed"><span>Menu</span></button><img src="/img/ReactCactus.svg" alt="Tucson ReactJS logo with electrons revolving around a cactus" class="navbar-avatar"><a href="/" class="navbar-brand">Tucson React</a></div><div id="navbar-collapse" class="collapse navbar-collapse"><ul class="nav navbar-nav"><li><a href="/#upcoming">Upcoming</a></li><li><a href="/posts">Archive</a></li><li><a href="/contact">Contact</a></li></ul></div></div></nav><div class="jumbotron"><div class="container"><h1>Archive</h1><p class="h2">
A collection of articles and slides for meetups</p></div></div><div class="container"><div class="row"><div class="col-sm-8"><h1 class="post-title">Testing React applications</h1><p>by <a href="https://github.com/thewazir">@thewazir</a></p><p>May 11 2015</p><p class="lead">Links to slides and code for the meetup held on May 7th 2015</p><p>Our second meetup was organized by Omer Wazir<a href="https://github.com/bringking"> @thewazir</a> and he covered Unit testing strategies for React applications.
You can find slides<a href="#slides">[1]</a> and accompanying code examples<a href="#code">[2]</a> in the links below.</p><br><a href="http://tucsonreactjs.github.io/testingReactApplications/#/" id="slides">[1] Link to slides.</a><br><a href="https://github.com/TucsonReactJS/primer" id="code">[2] Link to code examples.</a></div><div class="col-sm-3 col-sm-offset-1 sidebar"><div class="h3 text-center">About</div><p>The Tucson React group is a meetup for people who want to deep-dive into React and the Flux application architecture.</p>React beginners and experts are both welcome, and so is anyone who loves and wants to talk about JavaScript. <div class="h3 text-center">Contact Us</div><ul class="list-unstyled"><li> <a href="http://twitter.com/tucsonreactjs">Twitter</a></li><li> <a href="http://github.com/tucsonreactjs">Github</a></li><li> <a href="http://www.meetup.com/Tucson-ReactJS-Meetup/">Meetup.com</a></li><li> <a href="http://www.reactiflux.com/"> Reactiflux Slack </a><p>find us on the #tucson channel. </p></li></ul><a href="http://www.meetup.com/Tucson-ReactJS-Meetup/" alt="Tucson ReactJS Meetup page"><img src="/img/ReactCactus.svg" class="center-block sidebar-module-avatar"></a></div></div></div><script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script><script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js"></script></body></html>