Public Notes on
View Public Collections
An inefficient reducer pattern for updating an array of objects - index.js #javascript #tidbits #short_tutorials #redux #best_of #deeper_understanding #bookmarked_on_site #dev #pub
Show More
A more efficient reducer for adding/editing/removing objects in an array using a hash table - index.js #javascript #tidbits #short_tutorials #redux #best_of #deeper_understanding #bookmarked_on_site #dev #pub
Show More
Detailed walkthroughs on advanced React and Redux concepts - Authentication, Testing, Middlewares, HOC's, and Deployment #javascript #tutorials #research #redux #screencasts #advanced #react #dev #bookmarked_on_site #paid #pub
Show More
"...I gave a presentation on the differences of Thunk vs Saga vs Redux Observable...create a repo for viewing and testing these implementations, but walk through how they are implemented step by step and add one more implementation, Redux Promise Middleware." -- "These libraries offer ways to handle side effects or asynchronous actions in a redux application." #redux_middlewares #redux #starred #secondary_fav_resources #async #redux_observable #own_starred #redux_saga #javascript #redux_promise #react-redux #comparisons #tutorials #redux_thunk #code_examples #pub
Show More
Read Me · Rekit rekit.js.org
"Rekit is a toolkit for building scalable web applications with React, Redux and React-router. It's an all-in-one solution for creating modern React apps." -- "It's production-ready but not a starter kit. Zero additional configuration needed after creating an app. Dedicated IDE for Rekit development. Command line tools to manage actions, reducers, components and pages. Bootstrapped by create-react-app, all your knowledge about it still works. Use Webpack 3 for bundling. Use Babel for ES2015(ES6)+ support. Use React hot loader for hot module replacement. Use Redux for application state management. Use React-router for routing and it's configured with Redux reducer. Use Webpack dll plugin to improve dev-time build performance. Use Less or Sass as CSS transpilers. Use jest, enzyme for testing. Support Redux dev tools." #cli #%on_github #IDEs #redux #create_react_app #reactjs #open_source #dev #pub
Show More