redux-dialog
Version:
A Higher Order Component using react-redux to keep dialog state in a Redux store
24 lines (18 loc) • 685 B
HTML
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<head>
<meta charset="utf-8">
<meta name="description" content="Salvam">
<meta name="author" content="Vlad Suciu">
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Redux Dialog</title>
</head>
<body>
<div class="js-reactApp">
</div>
</body>
</html>