babel-react-optimize
babel-react-optimize copied to clipboard
:rocket: A Babel preset and plugins for optimizing React code.
see https://github.com/babel/babel/issues/5325#issuecomment-292064058 There's a bug some of us have with this plugin, and it seems to disappear (or at least on some codebases) when this plugin is declared last in...
Fixes #23 & #8 by checking imports for `import React, { Component } from 'react'`, and also adds support for the new `PureComponent`. It possibly also fixes #22 due to...
This transform will help to reduce file size in projects which use the react-router. The react-router guides mention how to import only neccessary parts of the library to keep the...