All Projects → cazala → react-redux-perf

cazala / react-redux-perf

Licence: MIT license
Performance Engineering with React + Redux

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to react-redux-perf

Flutter info
📚Сборник русскоязычной информации по Flutter
Stars: ✭ 104 (+766.67%)
Mutual labels:  meetup
Tgmeetup
A collection set of technical groups' information (meetup).
Stars: ✭ 139 (+1058.33%)
Mutual labels:  meetup
code-party
No description or website provided.
Stars: ✭ 14 (+16.67%)
Mutual labels:  meetup
Deep Ml Meetups
A central repository for all my projects
Stars: ✭ 108 (+800%)
Mutual labels:  meetup
Devstaff Heraklion
DevStaff: A Developer Community in Crete
Stars: ✭ 134 (+1016.67%)
Mutual labels:  meetup
Awesome Kubernetes
A curated list for awesome kubernetes sources 🚢🎉
Stars: ✭ 12,306 (+102450%)
Mutual labels:  meetup
Conference Hall
📣 An open SaaS platform to manage call for papers
Stars: ✭ 97 (+708.33%)
Mutual labels:  meetup
sapper-authentication-demo
A demonstration of Auth with Sapper + JWT + Server Side Rendering + RBAC
Stars: ✭ 102 (+750%)
Mutual labels:  meetup
Bay area tech meetups
iOS, Android, web, hardware, bots...you name it, there's a meetup for you!
Stars: ✭ 137 (+1041.67%)
Mutual labels:  meetup
On ruby
💎 ♦️ Whitelabel Site for Ruby Communities
Stars: ✭ 201 (+1575%)
Mutual labels:  meetup
Wafflejs.github.io
A night of code, waffles, and karaoke.
Stars: ✭ 108 (+800%)
Mutual labels:  meetup
Fedevtalk
🍀 Naver Front-End Conference, FE devtalk 🎉
Stars: ✭ 121 (+908.33%)
Mutual labels:  meetup
Mobilizon
Gather, organize and mobilize yourselves with a convivial, ethical, and emancipating tool.
Stars: ✭ 164 (+1266.67%)
Mutual labels:  meetup
Papers We Love
Papers from the computer science community to read and discuss.
Stars: ✭ 50,845 (+423608.33%)
Mutual labels:  meetup
talk.js
🎙 A monthly meet up for all things JavaScript, Node.js, and the modern web
Stars: ✭ 75 (+525%)
Mutual labels:  meetup
Meetup Api
meetup-api is an Meetup.com API library written in JavaScript for Node.js V8 and Node.js ChakraCore
Stars: ✭ 104 (+766.67%)
Mutual labels:  meetup
Twcommunities
整理與蒐集台灣社群活動投影片
Stars: ✭ 145 (+1108.33%)
Mutual labels:  meetup
elixirsydney
The Elixir Sydney Meetup
Stars: ✭ 21 (+75%)
Mutual labels:  meetup
ansible-london-meetup
Ansible Meetup for London, UK
Stars: ✭ 30 (+150%)
Mutual labels:  meetup
Open Source Meetup Alternatives
Open-Source Alternatives to Meetup
Stars: ✭ 191 (+1491.67%)
Mutual labels:  meetup

React + Redux Performance

This repo is for the Performance Engineering with React + Redux talk at React.js Meetup - Buenos Aires.

The goal is to learn to detect performance bottlenecks in an application, and fix them using a set of techniques:

  • Minimizing memory footprint by optimizing the render methods

  • Memoizing selectors

  • Using pure components

  • Connecting list items

  • Virtualizing React

Each step has been tagged, so you can fast-forward to it replacing TAG_NAME with the tag of the step:

git clone --branch TAG_NAME https://github.com/cazala/react-redux-perf.git --depth=1
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].