-
Notifications
You must be signed in to change notification settings - Fork 660
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drops separate PlainComponent file, makes series of small optimizatio…
…ns (#223) - Since all PlainComponent did was render null, there's no need to make it class-based or a separate file. Doing a null-returning function inline saves some overhead - Refactored some functions to use `reduce` and insert the spaces within the higher-order function instead of joining and trimming afterward - Adds explicit name/reference for HelmetSideEffects and passes that to the Helmet wrapper - Makes some small changes around indentation, returning earlier, and implicit returns from arrow functions
- Loading branch information
Showing
2 changed files
with
112 additions
and
163 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
This file was deleted.
Oops, something went wrong.