-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreact-training.html
77 lines (73 loc) · 3.27 KB
/
react-training.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>React.js Training in Hyderabad | Deftia</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="/images/[email protected]" sizes="128x128">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700" rel="stylesheet">
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<header id="header">
<a href="index.html" class="title">Deftia</a>
</header>
<!-- Wrapper -->
<div id="wrapper">
<section id="react-training" class="wrapper">
<div class="inner">
<h1 class="major">Expert React.js Training in Hyderabad.</h1>
<p>Learn the way modern frontend applications are built in React.js, Redux, ES6 and Webpack..</p>
<div class="6u 12u$(medium)">
<ul class="actions vertical">
<li>
<a href="tel:+917660010947" class="button special">Call Us</a>
</li>
</ul>
</div>
<section id="syllabus">
<div class="row">
<div class="6u 12u$(medium)">
<h1 class="major">Syllabus</h1>
<ul class="alt">
<li>Understand how Single Page React application is different than traditional web development frameworks</li>
<li>Code using new ES6 language features</li>
<li>Develop an application from scratch using latest version of ReactJS</li>
<li>Understand the benefits of unidirectional data flow</li>
<li>Understand and use React, React Router, Redux, Redux Saga and other popular libraries</li>
<li>Creating redux middleware with Redux saga</li>
<li>Use styled-components to create presentational components (CSS in JS)</li>
<li>Taking the advantage of react and redux dev tools for better debugging</li>
<li>Taking the advantage of immutable.js library to follow the immutable state principle</li>
<li>Implementing server-side rendering for SEO benefits and to reduce initial load times</li>
<li>Unit test React components, redux using Jest, Enzyme and sinon</li>
<li>Understand webpack bundler and its killer features like code splitting, lazy loading, tree shaking, hot module
replacement</li>
<li>Create, build, and deploy react applications to cloud</li>
<li>React ecosystem and sources for good third-party libraries</li>
</ul>
</div>
</div>
</section>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper alt">
<div class="inner">
<ul class="menu">
<li>© Deftia Consulting. All rights reserved.</li>
</ul>
</div>
</footer>
</body>
</html>