-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
195 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
# 12/31/2019 | ||
|
||
- dev admin only read keys in TTY mode | ||
|
||
## Packages | ||
|
||
- `[email protected]` `(6.5.21 => 6.5.22)` | ||
- `[email protected]` `(6.5.21 => 6.5.22)` | ||
|
||
## Commits | ||
|
||
- `packages/electrode-archetype-react-app[-dev]` | ||
|
||
- Fix tests ([#1475](https://github.com/electrode-io/electrode/pull/1475)) [commit](http://github.com/electrode-io/electrode/commit/a3114aac60257648671a449121a5c8d43e9a7ff8) | ||
- dev admin only read keys in TTY mode ([#1470](https://github.com/electrode-io/electrode/pull/1470)) [commit](http://github.com/electrode-io/electrode/commit/9cd31c465b9b30478e128ec0a999324703deda26) | ||
|
||
- `docs` | ||
|
||
- link fixes ([#1476](https://github.com/electrode-io/electrode/pull/1476)) [commit](http://github.com/electrode-io/electrode/commit/4ce9bf9e83d5295a7596dfce7c2b163467f5f5a1) | ||
- doc link fixes 2 ([#1479](https://github.com/electrode-io/electrode/pull/1479)) [commit](http://github.com/electrode-io/electrode/commit/ea206268010ee0fa6bd8a010464bef3dbaac80df) | ||
|
||
# 12/16/2019 | ||
|
||
## Packages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Stand Alone Modules | ||
|
||
### Leveraging Stand-Alone Modules | ||
## Leveraging Stand-Alone Modules | ||
|
||
Our flexible stand-alone modules are dedicated to optimizing performance in specific areas based on your application's needs. By "stand alone", we mean that these Electrode modules are agnostic of one another and you can use one or all of them in any Node platform to enhance your application's capabilities. Use our guides and examples below to plug them in. | ||
|
||
* [Confippet](./stand-alone-modules/confippet.md) is a versatile and flexible utility for managing configurations of Node.js applications. | ||
|
||
* [Above the Fold Rendering](./stand-alone-modules/above-the-fold-rendering.md) is a React component wrapper that allows expensive components to skip Server Side Rendering. | ||
|
||
* [Server Side Render Cache + Profiling](./stand-alone-modules/above-the-fold-rendering.md) is a module used to profile React Server Side Rendering performance and then cache expensive components to help you speed up SSR. | ||
* [Server Side Render Cache + Profiling](./stand-alone-modules/server-side-render-caching-+-profiling.md) is a module used to profile React Server Side Rendering performance and then cache expensive components to help you speed up SSR. | ||
|
||
* [Stateless CSRF Validation](./stand-alone-modules/stateless-csrf-validation.md) is a Hapi plugin or Express middleware that enables stateless CSRF protection in case your app does not depend on server side persistence. | ||
|
||
* [Electrode Redux Router Engine](./stand-alone-modules/redux-router-engine.md) is a Hapi plugin or Express middleware that handles async data for React Server Side Rendering using [react-router](https://github.com/ReactTraining/react-router), Redux and the [Redux Server Rendering](http://redux.js.org/docs/recipes/ServerRendering.html) pattern. | ||
|
||
### Bringing It All Together in an Advanced Electrode App | ||
## Bringing It All Together in an Advanced Electrode App | ||
|
||
By following the steps in the Getting Started: Advanced section, you will have a fully loaded Electrode application. It will consist of a Universal React and Node core, optimized module, and powerful tools that have solved some of our most challenging problems when it comes to Walmart's scale and market demands. Take a deeper look into our [Electrode Boilerplate](/chapter1/advanced/you-can-view-an-example-bundleanalyzetsv-output-using-the-electrode-boilerplate-code.md) after you walk through our Stand Alone Modules and [Tools](powerful-electrode-tools.md). | ||
By following the steps in the Getting Started: Advanced section, you will have a fully loaded Electrode application. It will consist of a Universal React and Node core, optimized module, and powerful tools that have solved some of our most challenging problems when it comes to Walmart's scale and market demands. Take a deeper look into our [Electrode Boilerplate](you-can-view-an-example-bundleanalyzetsv-output-using-the-electrode-boilerplate-code.md) after you walk through our Stand Alone Modules and [Tools](powerful-electrode-tools.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.