forked from electrode-io/electrode-io.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
728 lines (681 loc) · 33.5 KB
/
index.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Electrode | Universal React and Node.js Application Platform @WalmartLabs Powered</title>
<meta name="description" content="Open source React/Node.js application platform from Walmart Labs. Scaffold an app and deploy to the cloud in minutes with Electrode." />
<meta name="keywords" content="Electrode, React, Reactjs, Node, Node.js, React components, React server-side rendering, Server-side component rendering, React enterprise, React scalable, Node enterprise, Node scalable, Above-the-fold Rendering, Stateless-CSRF-Validation, Reusable components, React performance, Node.js performance, Electrode-Web-Core, Confippet, Electrode-Explorer, Electrode-Bundle-Viewer, Stand Alone Modules, Walmart React, Walmart Node" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="css/electrode.css">
<link rel="stylesheet" href="css/electrode-icons.css">
<link rel="shortcut icon" href="img/favicon-64.png">
<!-- Start GA analytics code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84301828-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End GA analytics code -->
</head>
<body>
<!-- beginning of header -->
<div class="containter-fluid" id="top-header">
<nav class="navbar navbar-static-top electrode-nav-top inverse-colors">
<div id="electrode-nav" class="container">
<ul class="nav navbar-nav">
<div class="navbar-header">
<button type="button" id="mob-menu-button" onClick="changeMobileNav()" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<img id="mob-header-icon" class="mob-menu" src="/img/mob-menu.svg" alt="">
</button>
<a class="navbar-brand electrode-brand-top" href="#">
<img id="walmart-header-logo" class="header-logo" src="img/walmart-labs-1-white.svg"
alt="">
</a>
</div>
</ul>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<!-- desktop header -->
<ul id="social-header-color-links" class="nav navbar-nav navbar-right social-nav-links">
<div class="vert-divider"></div>
<li>
<a href="https://getpocket.com/">
<img src="https://host-logos.firebaseapp.com/dotio/[email protected]" alt="">
</a>
</li>
<li>
<a href="https://twitter.com/electrode_io">
<img src="https://host-logos.firebaseapp.com/dotio/[email protected]" alt="">
</a>
</li>
<li>
<a href="https://github.com/electrode-io">
<img src="https://host-logos.firebaseapp.com/dotio/[email protected]" alt="">
</a>
</li>
</ul>
<ul id="desktop-nav-ul" class="nav navbar-nav navbar-right primary-nav-links">
<li id="home-primary"><a href="">HOME</a></li>
<li><a href="/docs/what_is_electrode.html">DOCS</a></li>
<li><a href="https://github.com/electrode-io">CONTRIBUTE</a></li>
</ul>
<!-- mobile dropdown menu -->
<ul id="mobile-nav-ul" class="nav navbar-nav navbar-right secondary-nav-links">
<li id="home-primary" class="mobile-nav-links"><a href="">Home</a></li>
<div class="mobile-header-line"></div>
<li class="mobile-nav-links"><a href="/docs/what_is_electrode.html">Docs</a></li>
<div class="mobile-header-line"></div>
<li class="mobile-nav-links"><a href="https://github.com/electrode-io">Contribute</a></li>
<div class="mobile-header-line"></div>
<li id="mobile-started-link" class="mobile-nav-links"><a href="/docs/get_started.html">Get Started</a></li>
<div class="mobile-header-line"></div>
</ul>
<div id="mobile-social-link-row" class="row">
<div class="col-xs-4 col-sm-4">
<div class="mobile-social-header-links mobile-oval">
<a href="https://getpocket.com/">
<img class="mobile-social-logo" src="img/sm-pocket.svg"/>
</a>
</div>
</div>
<div class="col-xs-4 col-sm-4">
<div class="mobile-social-header-links mobile-oval">
<a href="https://twitter.com/electrode_io">
<img class="mobile-social-logo" src="img/sm-twitter.svg"/>
</a>
</div>
</div>
<div class="col-xs-4 col-sm-4">
<div class="mobile-social-header-links mobile-oval">
<a href="https://github.com/electrode-io">
<img class="mobile-social-logo" src="img/sm-github.svg"/>
</a>
</div>
</div>
</div>
<br>
<div id="mob-header-text-container">
<p id="mob-header-text"><b>Built with ♡ by </b>
<a id="mob-walmartlabs-link" href="http://walmartlabs.com"><img id="mobile-dropDown-logo" src="/img/walmart-labs-1-white.svg" alt=""></a>
</p>
</div>
</div>
</div>
</nav>
</div>
<div class="container-fluid night-sky">
<div class="header-content inverse-colors">
<div class="row">
<div id="mobile-logo-text" class="col-sm-8 col-sm-offset-2 col-xs-10 col-xs-offset-1 logo-text">
<img src="/img/electrode-logo.svg" alt="">
</div>
</div>
<div class="row">
<div id="mobile-slogan" class="col-sm-8 col-sm-offset-2 col-xs-10 col-xs-offset-1 slogan">UNIVERSAL REACT/NODE APPLICATION PLATFORM</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-xs-10 col-xs-offset-1 header-info">Electrode is a platform for building universal React/Node.js
applications with standardized structure, best practices, and modern technologies baked in. Electrode focuses on
performance, component reusability, and simple deployment to multiple cloud providers—so you can focus on what
makes your app unique.
</div>
</div>
<div class="row">
<div class="header-links col-sm-12 col-xs-12">
<div class="hidden-xs col-sm-4 col-sm-offset-2 col-lg-4 col-lg-offset-2">
<a href="/docs/what_is_electrode.html">
<button class="header-button about-electrode">ABOUT ELECTRODE</button>
</a>
</div>
<div class="hidden-xs col-sm-4 col-lg-4">
<a href="/docs/get_started.html">
<button class="header-button get-started">GET STARTED</button>
</a>
</div>
<div class="visible-xs-block col-xs-12">
<a href="/docs/get_started.html">
<button class="header-button get-started">GET STARTED - DEPLOY IN 5 MINUTES</button>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid night-sky">
<div class="header-mountains">
<img class="hidden-xs" src="img/landscape-only.svg" alt="">
<img class="visible-xs" src="img/landscape-with-graphics.svg" alt="">
</div>
</div>
<!-- mobile pillars section only displays in mobile view -->
<!-- togglePillars() loops over child divs under div == pillars-mobile-container -->
<div class="pillars-section-2-mobile container-fluid">
<div id="pillars-mobile-container" class="row">
<div class="col-xs-4 add-padding-right" onClick="togglePillars('core')"><div id="mobile-core" class="mobile-header-items">core</div></div>
<div class="col-xs-4" onClick="togglePillars('modules')"><div id="mobile-modules" class="mobile-header-items">modules</div></div>
<div class="col-xs-4 add-padding-left" onClick="togglePillars('tools')"><div id="mobile-tools" class="mobile-header-items">tools</div></div>
</div>
</div>
<div class="mobile-pillar-bar"></div>
<div id="mobile-pillar-content-zone">
<div id="mobile-core-content">
<div class="mobile-content-heading">
<p id="mobile-header-info"> Electrode is a platform for building universal React/Node.js applications with standardized structure, best practices, and modern technologies baked in. </p>
</div>
<div id="snippet-bubble">
<div class="row">
<h4>QUICK AND EASY SETUP!</h4>
</div>
<div class="row" id="code-snippet">
<div>
<p>$ sudo npm install -g yo gulp generator-electrode</p>
<p>$ mkdir my-electrode-app</p>
<p>$ cd my-electrode-app</p>
<p>$ yo electrode</p>
<p>$ gulp dev</p>
</div>
</div>
<div class="row">
<div class="snippet-bubble-text col-md-10 col-md-offset-1">That's it! Next, deploy, your app to your favorite cloud service.</div>
</div>
<div class="row">
<a href="/docs/what_is_electrode.html">
<button class="btn col-md-offset-1 col-md-3" id="details-btn">DETAILS</button>
</a>
<a href="/docs/more_deployments.html">
<button class="btn col-md-offset-1 col-md-6" id="deploy-btn">DEPLOY</button>
</a>
</div>
</div>
<p> Electrode emphasizes convention over configuration, while focusing on performance, component reusability, and simple deployment </p>
<p> Get new projects started quickly with a simple, consistent structure that follows modern best practices. Electrode Core allows you to build a flexible scaffold in minutes, with support for server-side rendering and easy deployment to multiple cloud providers. </p>
<p> The heart of the platform is Electrode Archetypes, which allow for standardized configurations and structure of the app and its associated react components. By enforcing a sensible structure and consistency for components, modules and the entire app, Electrode’s Archetype system helps you build scalable applications you can trust while ensuring streamlined </p>
</div>
<div id="mobile-modules-content">
<table>
<tr class="mobile-module-item">
<td class="mobile-module-item-text">
<b>SSR Profiling & Caching</b>
<br>This module can help you improve your React server-side rendering performance by up to 70% by caching your components' render</br>
</td>
<td>
<a href="/docs/server_side_render_cache.html">
<img src="/img/icn-ssr.svg" alt="">
</a>
</td>
</tr>
<tr class="mobile-module-item">
<td class="mobile-module-item-text">
<b>Above-the-Fold Rendering</b>
<br>Instead of side rendering the whole page on the server, this react component enables rendering of *only* the components your users see on the screen without scrolling, for improved performance.</br>
</td>
<td>
<a href="/docs/above_fold_rendering.html">
<img src="/img/icn-atf.svg" alt="">
</a>
</td>
</tr>
<tr class="mobile-module-item">
<td class="mobile-module-item-text">
<b>Redux Router Engine</b>
<br>Do you need data from a service to render your component server-side? This module fetches the data asynchronously and passes it to React to render your components. Requires Redux.</br>
</td>
<td>
<a href="/docs/redux_router_engine.html">
<img src="/img/icn-redux.svg" alt="">
</a>
</td>
</tr>
<tr class="mobile-module-item">
<td class="mobile-module-item-text">
<b>Confippet</b>
<br>Lets you define, extend, and merge configurations for different environments (such as QA, prod, and staging) that get initialized during start up or at runtime.</br>
</td>
<td>
<a href="/docs/confippet.html">
<img src="/img/icn-confippet.svg" alt="">
</a>
</td>
</tr>
<tr class="mobile-module-item">
<td class="mobile-module-item-text">
<b>Stateless CSRF Validation</b>
<br>Validate HTTP requests without a session--for Express and Hapi.</br>
</td>
<td>
<a href="/docs/stateless_csrf_validation.html">
<img src="/img/icn-csrf.svg" alt="">
</a>
</td>
</tr>
<tr class="mobile-module-item">
<td class="mobile-module-item-text">
<b>More Modules Coming Soon!</b>
<br>New module release announcements will be Tweeted on <a href="https://twitter.com/electrode_io">@electrode_io</a></br>
</td>
<td>
<a href="/docs/stand_alone_modules.html">
<img src="/img/icn-more.svg" alt="">
</a>
</td>
</tr>
</table>
</div>
<div id="mobile-tools-content">
<b>
Discover reusable components and optimize your JS bundle with standalone tools. These tools can be used with any React/Node app, but work best with the structure provided by Electrode Core.
</b>
<div id="tools-carousel" class="carousel slide row" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="tool-title">
<a href="https://github.com/electrode-io">
<img class="github-logo" src="/img/github-mobile.svg"/>
</a>
<h3>Electrode Explorer</h3>
<p>Standalone web application that lets you interact with your components.</p>
</div>
<img class="image" src="/img/[email protected]" alt="">
<br>
<div class="inside-car-title"><h4>Electrode Explorer Features:</h4></div>
<ul>
<li>allows you to view a Live Demo of all of your components and play with their integration in real time</li>
<li>shows the component Documentation and Props</li>
<li>shows all of your component dependencies</li>
<li>shows consumers of the component shows component NPM versions, so you can see how they evolved</li>
<li>and more</li>
</ul>
</div>
<div class="item">
<div class="tool-title">
<a href="https://github.com/electrode-io">
<img class="github-logo" src="/img/github-mobile.svg"/>
</a>
<h3>Electrify</h3>
<p>Electrify is a tool for analyzing the module tree of electrode-io/webpack
project bundles. It's especially handy for
catching large and/or duplicate modules which might be either bloating up your bundle or slowing down
the build process.</p>
</div>
<img class="image" src="/img/[email protected]" alt="">
<br>
<p> The Electrode Bundle Viewer tool is called Electrify, and it's especially handy for catching large and/or duplicate modules which might be either bloating up your bundle or slowing down the build process.</p>
</div>
</div>
<a class="left carousel-control" href="#tools-carousel" role="button" data-slide="prev">
<span class="button-previous" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#tools-carousel" role="button" data-slide="next">
<span class="button-next" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<div class="mobile-footer-toggle">
<div id="mobile-core-footer" class="elc-icon-icn-core footer-toggle-items" onClick="togglePillars('core')" ></div>
<div id="mobile-modules-footer" class="elc-icon-icn-modules footer-toggle-items" onClick="togglePillars('modules')"></div>
<div id="mobile-tools-footer" class="elc-icon-icn-tools footer-toggle-items" onClick="togglePillars('tools')"></div>
<a href="/docs/get_started.html">
<button class="mobile-footer-getStarted-btn">GET STARTED</button>
</a>
</div>
<div class="mobile-footer">
<div class="mobile-footer-text-container vertical-align-this">
Built with ♡ by @WalmartLabs,
Electrode is maintained by the <a href="https://github.com/orgs/electrode-io/people">core team</a> with help of our contributors.
Open Sourced Under Apache-2.0 license.
</div>
</div>
<div class="container pillars-section-2">
<div class="row">
<div class="col-xs-4 pillar-grey-border">
<div class="col-sm-12 pillar-icon">
<img src="/img/core_pillar.svg" alt="">
</div>
<div class="pillar-content">
<h1>core</h1>
<p>Build a simple, flexible scaffold in minutes, with support for server-side rendering and easy deployment to
multiple cloud providers. Electrode lets you focus on code, not configuration.</p>
</div>
</div>
<div class="col-xs-4 pillar-grey-border">
<div class="col-sm-12 pillar-icon">
<img src="/img/modules_pillar.svg" alt="">
</div>
<div class="pillar-content">
<h1>modules</h1>
<p>Level up your app with features like above-the-fold rendering, server-side render caching, and stateless
CSRF validation. Modules work with your existing React/Node app--no need to migrate to Electrode Core.</p>
</div>
</div>
<div class="col-xs-4">
<div class="col-sm-12 pillar-icon">
<img src="/img/explorer-pillar.svg" alt="">
</div>
<div class="pillar-content">
<h1>tools</h1>
<p>Discover reusable components and optimize your JS bundle with standalone tools. These tools can be used
with any React/Node app, but work best with the structure provided by Electrode Core.</p>
</div>
</div>
</div>
<div class="row pillar-links">
<div class="col-sm-4 pillar-grey-border"><a href="#electrode-core-logo">LEARN MORE</a></div>
<div class="col-sm-4 pillar-grey-border"><a href="#modules-section">LEARN MORE</a></div>
<div class="col-sm-4"><a href="#electrode-tools">LEARN MORE</a></div>
</div>
</div>
<!-- end of header -->
<!-- begin electrode core -->
<div class="container electrode-core">
<div class="row top-core-content">
<div class="col-md-12" id="electrode-core-logo">
<img class="grayscale" src="https://host-logos.firebaseapp.com/dotio/[email protected]">
</div>
</div>
<div class="row">
<div class="col-md-12">
<h1>electrode core</h1>
<h3 id="core-h3">Electrode emphasizes convention over configuration, following industry best practices for performance, consistency, and reusability.</h3>
</div>
</div>
<div class="row">
<div class="container">
<div class="col-md-6" id="electrode-core-text">
<div>
Get new projects started quickly with a simple, consistent structure that follows modern best practices. Electrode Core allows you to build a flexible scaffold in minutes, with support for server-side rendering and easy deployment to multiple cloud providers.
</div>
<div>
The heart of the platform is Electrode Archetypes, which allow for standardized configurations and structure of the app and its associated react components. By enforcing a sensible structure and consistency for components, modules and the entire app, Electrode’s Archetype system helps you build scalable applications you can trust while ensuring streamlined development and deployment.
</div>
</div>
<div class="col-md-6">
<div id="snippet-bubble">
<div class="row">
<h4 class="col-sm-offset-1 col-md-offset-1">QUICK AND EASY SETUP!</h4>
</div>
<div class="row">
<div class="col-sm-offset-1 col-sm-10 col-md-offset-1 col-md-10" id="code-snippet">
<div>
<p>$ sudo npm install -g yo gulp generator-electrode</p>
<p>$ mkdir my-electrode-app</p>
<p>$ cd my-electrode-app</p>
<p>$ yo electrode</p>
<p>$ gulp dev</p>
</div>
</div>
</div>
<div class="row">
<div class="snippet-bubble-text col-sm-offset-1 col-md-offset-1 col-md-10">That's it! Next, deploy, your app to your favorite cloud service.</div>
</div>
<div class="row">
<a href="http://www.electrode.io/docs/what_is_electrode.html"><button class="btn col-sm-offset-1 col-sm-3 col-md-offset-1 col-md-2" id="details-btn" >DETAILS</button></a>
<a href="http://www.electrode.io/docs/more_deployments.html"><button class="btn col-sm-offset-1 col-sm-6 col-md-offset-1 col-md-7" id="deploy-btn">DEPLOY TO YOUR FAVORITE CLOUD</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end electrode core -->
<!-- begin electrode newest version modules -->
<div id="modules-section" class="container">
<div class="container-fluid">
<div id="desktop-modules-content">
<div id="desktop-modules-header" class="row">
<a href="#"><img class="icon-modules scroll-up" src="img/badge-modules-2.svg" /></a>
<h1>electrode modules</h1>
<h3>Supercharge your app, with or without Electrode Core</h3>
</div>
<div class="row desktop-module-item">
<div class="module-box">
<div class="col-sm-6 col-md-6 desktop-module-text">
<div class="row module-testbox">
<div class="col-sm-12 col-md-12 module-subheader">
<b>Above-the-Fold Rendering</b>
</div>
<div class="col-sm-10 col-md-10 module-textbox">
<br>Instead of side rendering the whole page on the server, this react component enables rendering of *only* the components your users see on the screen without scrolling, for improved performance.</br>
</div>
<div class="col-sm-2 col-md-2 desktop-module-logo">
<a href="/docs/above_fold_rendering.html">
<img src="/img/icn-atf.svg" alt="">
</a>
</div>
</div>
</div>
</div>
<div class="module-box">
<div class="col-sm-6 col-md-6 desktop-module-text">
<div class="row module-testbox">
<div class="col-sm-12 col-md-12 module-subheader">
<b>Redux Router Engine</b>
</div>
<div class="col-sm-10 col-md-10 module-textbox">
<br>Do you need data from a service to render your component server-side? This module fetches the data asynchronously and passes it to React to render your components. Requires Redux.</br>
</div>
<div class="col-sm-2 col-md-2 desktop-module-logo">
<a href="/docs/redux_router_engine.html">
<img src="/img/icn-redux.svg" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row desktop-module-item">
<div class="module-box">
<div class="col-sm-6 col-md-6 desktop-module-text">
<div class="row module-testbox">
<div class="col-sm-12 col-md-12 module-subheader">
<b>Confippet</b>
</div>
<div class="col-sm-10 col-md-10 module-textbox">
<br>Lets you define, extend, and merge configurations for different environments (such as QA, prod, and staging) that get initialized during start up or at runtime.</br>
</div>
<div class="col-sm-2 col-md-2 desktop-module-logo">
<a href="/docs/confippet.html">
<img src="/img/icn-confippet.svg" alt="">
</a>
</div>
</div>
</div>
</div>
<div class="module-box">
<div class="col-sm-6 col-md-6 desktop-module-text">
<div class="row module-testbox">
<div class="col-sm-12 col-md-12 module-subheader">
<b>SSR Profiling & Caching</b>
</div>
<div class="col-sm-10 col-md-10 module-textbox">
<br>This module can help you improve your React server-side rendering performance by up to 70% by caching your components' render</br>
</div>
<div class="col-sm-2 col-md-2 desktop-module-logo">
<a href="/docs/server_side_render_cache.html">
<img src="/img/icn-ssr.svg" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row desktop-module-item">
<div class="module-box">
<div class="col-sm-6 col-md-6 desktop-module-text">
<div class="row module-testbox">
<div class="col-sm-12 col-md-12 module-subheader">
<b>Stateless CSRF Validation</b>
</div>
<div class="col-sm-10 col-md-10 module-textbox">
<br>Validate HTTP requests without a session--for Express and Hapi.</br>
</div>
<div class="col-sm-2 col-md-2 desktop-module-logo">
<a href="/docs/stateless_csrf_validation.html">
<img src="/img/icn-csrf.svg" alt="">
</a>
</div>
</div>
</div>
</div>
<div class="module-box">
<div class="col-sm-6 col-md-6 desktop-module-text">
<div class="row module-testbox">
<div class="col-sm-12 col-md-12 module-subheader">
<b>More Modules Coming Soon!</b>
</div>
<div class="col-sm-10 col-md-10 module-textbox">
<br>New module release announcements will be Tweeted on <a href="https://twitter.com/electrode_io">@electrode_io</a></br>
</div>
<div class="col-sm-2 col-md-2 desktop-module-logo">
<a href="/docs/stand_alone_modules.html">
<img src="/img/icn-more.svg" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- begin electrode tools -->
<div class="container">
<div class="electrode-tools row" id="electrode-tools">
<a href="#"><img class="icon-modules scroll-up"
src="img/badge-tools-2.svg"/></a>
<h1>electrode tools</h1>
<h3>Optimize your app with standalone tools</h3>
<div id="desktop-tools-carousel" class="carousel slide row" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="tool-title col-lg-offset-2 col-lg-8">
<div class="github-logo">
<a href="https://github.com/electrode-io">
<img src="img/social-git-2-b.svg"/>
</a>
</div>
<h3 class="col-md-11 col-lg-11">Electrode Explorer</h3>
<p class="col-md-11 col-lg-11">Standalone web application that lets you interact with your components.</p>
</div>
<div class="image image-electrode-explorer"></div>
</div>
<div class="item">
<div class="tool-title col-lg-offset-2 col-lg-8">
<div class="github-logo">
<a href="https://github.com/electrode-io">
<img src="img/social-git-2-b.svg"/>
</a>
</div>
<h3 class="col-md-11 col-lg-11">Electrify</h3>
<p class="col-md-11 col-lg-11">Electrify is a tool for analyzing the module tree of electrode-io/webpack
project bundles. It's especially handy for
catching large and/or duplicate modules which might be either bloating up your bundle or slowing down
the build process.</p>
</div>
<div class="image image-electrode-electrify"></div>
</div>
</div>
<a class="left carousel-control" href="#desktop-tools-carousel" role="button" data-slide="prev">
<span class="button-previous" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#desktop-tools-carousel" role="button" data-slide="next">
<span class="button-next" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<!-- end electrode tools -->
<!-- footer -->
<div class="container-fluid">
<div id="electrode-footer" class="navbar navbar-default navbar-bottom navbar-dark footer">
<div class="row footer-row">
<div class="footer-text navbar">
<div class="" id="footer-nav-left">
<div>
<a class="navbar-brand" href="http://walmartlabs.com">
<img id="footer-walmart-logo" src="https://host-logos.firebaseapp.com/dotio/[email protected]"/>
</a>
</div>
<div>
<p class="footer-text">
Open Sourced Under Apache, Built with ♡ by @WalmartLabs,
</p>
</div>
<div>
<p class="footer-text bottom">
Electrode is maintained by the <a href="https://github.com/orgs/electrode-io/people">core team</a> with help of our contributors.
</p>
</div>
</div>
</div>
<div id="footer-nav-center" class="navbar footer-text col-sm-4 col-md-offset-3 col-md-3 col-lg-offset-3 col-lg-3">
<div class="row footer-row-center">
<div class="col-sm-2 github-logo">
<a href="https://github.com/electrode-io">
<img class="footer-social-logo" src="img/sm-github.svg"/>
</a>
</div>
<div id="footer-twitter" class="col-sm-2 twitter-logo">
<a href="https://twitter.com/electrode_io">
<img class="footer-social-logo" src="img/sm-twitter.svg"/>
</a>
</div>
<div class="col-sm-2 github-logo">
<a href="https://facebook.com/electrode-io">
<img class="footer-social-logo" src="img/sm-fb.svg"/>
</a>
</div>
<div id="footer-pocket" class="col-sm-2 pocket-logo">
<a href="https://getpocket.com/">
<img class="footer-social-logo" src="img/sm-pocket.svg"/>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end footer -->
<script src="./scripts/mobile-pillars.js"></script>
<script src="./scripts/mob-nav.js"></script>
<script src="https://code.jquery.com/jquery-3.1.1.js" integrity="sha256-16cdPddA6VdVInumRGo6IbivbERE8p7CQR3HzTBuELA=" crossorigin="anonymous"></script>
<script type="text/javascript">
var stickAtHeight = 2130;
var toggleTools = 3000;
$(window).bind('scroll', function () {
if ($(window).scrollTop() > stickAtHeight) {
$('#electrode-core-logo-li').removeClass('active-inner-link').addClass('inactive-inner-link');
$('#electrode-modules-logo-li').removeClass('inactive-inner-link').addClass('active-inner-link');
$('#second-nav').addClass('navbar-fixed-top');
} else {
$('#electrode-tools-logo-li').removeClass('inactive-inner-link active-inner-link');
$('#electrode-modules-logo-li').removeClass('active-inner-link').addClass('inactive-inner-link');
$('#electrode-core-logo-li').removeClass('inactive-inner-link').addClass('active-inner-link')
$('#second-nav').removeClass('navbar-fixed-top');
}
});
$(window).bind('scroll', function () {
if ($(window).scrollTop() > toggleTools) {
$('#electrode-modules-logo-li').removeClass('active-inner-link').addClass('inactive-inner-link');
$('#electrode-tools-logo-li').removeClass('inactive-inner-link').addClass('active-inner-link');
} else {
$('#electrode-tools-logo-li').removeClass('active-inner-link').addClass('inactive-inner-link');
$('#electrode-modules-logo-li').addClass('active-inner-link');
}
});
</script>
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"
integrity="sha256-/SIrNqv8h6QGKDuNoLGA4iret+kyesCkHGzVUUV0shc="
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
</body>
</html>