All Projects → theKashey → Beautiful React Redux

theKashey / Beautiful React Redux

Licence: mit
Redux 🚀, Redux 🤘, Redux 🔥 - and the magic optimization

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Beautiful React Redux

Cot
[ICLR'19] Complement Objective Training
Stars: ✭ 70 (-19.54%)
Mutual labels:  optimization
Mlbox
MLBox is a powerful Automated Machine Learning python library.
Stars: ✭ 1,199 (+1278.16%)
Mutual labels:  optimization
Esbuild Loader
⚡️ Speed up your Webpack build with esbuild
Stars: ✭ 1,245 (+1331.03%)
Mutual labels:  optimization
Unity Plane Mesh Splitter
Unity Plane Mesh Splitter
Stars: ✭ 71 (-18.39%)
Mutual labels:  optimization
Awesome System For Machine Learning
A curated list of research in machine learning system. I also summarize some papers if I think they are really interesting.
Stars: ✭ 1,185 (+1262.07%)
Mutual labels:  optimization
Hyperlearn
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
Stars: ✭ 1,204 (+1283.91%)
Mutual labels:  optimization
Frost Dev
Fast Robot Optimization and Simulation Toolkit (FROST)
Stars: ✭ 67 (-22.99%)
Mutual labels:  optimization
Auxpack
A dashboard for monitoring Webpack build stats.
Stars: ✭ 86 (-1.15%)
Mutual labels:  optimization
Angler
Frequency-domain photonic simulation and inverse design optimization for linear and nonlinear devices
Stars: ✭ 75 (-13.79%)
Mutual labels:  optimization
React Selector Hooks
Collection of hook-based memoized selector factories for declarations outside of render.
Stars: ✭ 84 (-3.45%)
Mutual labels:  memoization
Componentarrays.jl
Arrays with arbitrarily nested named components.
Stars: ✭ 72 (-17.24%)
Mutual labels:  optimization
Poodle
Poodle - Python framework for AI Planning and automated programming
Stars: ✭ 73 (-16.09%)
Mutual labels:  optimization
Optbinning
Optimal binning: monotonic binning with constraints. Support batch & stream optimal binning
Stars: ✭ 79 (-9.2%)
Mutual labels:  optimization
Picasso
Laravel Image Management and Optimization Package
Stars: ✭ 70 (-19.54%)
Mutual labels:  optimization
Maze
Maze Applied Reinforcement Learning Framework
Stars: ✭ 85 (-2.3%)
Mutual labels:  optimization
Awesome Robotics Libraries
😎 A curated list of robotics libraries and software
Stars: ✭ 1,159 (+1232.18%)
Mutual labels:  optimization
Hiop
HPC solver for nonlinear optimization problems
Stars: ✭ 75 (-13.79%)
Mutual labels:  optimization
Csso Rails
CSS Optimizer(csso) ruby wrapper for Rails Asset pipeline
Stars: ✭ 86 (-1.15%)
Mutual labels:  optimization
Training Material
A collection of code examples as well as presentations for training purposes
Stars: ✭ 85 (-2.3%)
Mutual labels:  optimization
Current
C++ framework for realtime machine learning.
Stars: ✭ 81 (-6.9%)
Mutual labels:  optimization

beautiful-react-redux

Automagically enhances, even enchants redux connect, to be more concrete - mapStateToProps, wrapping it with memoize-state to sky-rocket your application.

Just import beautiful-react-redux and forget about reselect and any other selector memoization. Now your application will runs like it has MobX underneath.

No updates when you dont expect them. For all. For free!

NPM

Usage

Auto-magic

// to get automatic deep-equal memoization for all mapStateToProps
import 'beautiful-react-redux/patch';

Or just replace react-redux by beautiful-react-redux

//import {connect, Provider} from 'react-redux';
import {connect, Provider} from 'beautiful-react-redux';

100% compatible with any other memoization you might already had underneath.

Double check your existing selectors

If you already handling selectors by your own, and dont need external tools - you can just double check that your mapStateToProps is good enough.

// to get automatic checks for your mapStateToProps
import 'beautiful-react-redux/check';

PS: Better not to mix memoize and check.

Consider double measure performance, or use only beautiful-react-redux/check and another memoization library.

Licence

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].