react-redux-links icon indicating copy to clipboard operation
react-redux-links copied to clipboard

Potential Links Dump - 2018-06-29

Open markerikson opened this issue 7 years ago • 0 comments
trafficstars

Per my post at Redux, Writing, Responsibilities, Burnout, and a Request for Help, trying to keep this list updated on a weekly-ish basis has become too much of a mental weight for me.

I still read a ton of articles anyway, but trying to catalog them every week isn't something I want to deal with at this point.

For now, I'm going to dump my accumulated backlog of potential links to be considered for inclusion, and move on. (FWIW, I threw together a small Python script to scrape, convert, and archive tagged links from my Pocket list.)

If anyone would like to take on the task for reviewing and adding this, please do so and file PRs!

  • Ryan Florence - Compound Components
    https://www.youtube.com/watch?v=hEGg-3pIHlE

  • How to organize Redux state for reusable components?
    https://stackoverflow.com/questions/45368154/how-to-organize-redux-state-for-reusable-components

  • React Animations in Depth
    https://medium.com/react-native-training/react-animations-in-depth-433e2b3f0e8e

  • High Performance Front-End Development with React+Redux (requestanimationframe focused)
    https://www.reddit.com/r/javascript/comments/6s10zs/high_performance_frontend_development_with/

  • The Road to Modern JavaScript
    https://dev.to/ruidfigueiredo/the-road-to-modern-javascript

  • Writing an application in React using Redux for state management
    https://smalldata.tech/blog/2017/08/21/writing-an-application-in-react-redux

  • Scaling Redux part 3: Reducing Boilerplate and other stories
    https://medium.com/@uttamkini/scaling-redux-part-3-reducing-boilerplate-and-other-stories-99f838a8d08b

  • React+Redux at Scale
    https://www.infoq.com/presentations/react-redux-scale

  • Jennifer Van - Scaling My First Enterprise React App! ?
    https://www.youtube.com/watch?v=sL4D_zRUVw4

  • Design By Contract With React and Redux
    https://jspengeman.com/design-by-contract-with-react-and-redux

  • A portal to the future
    https://speakerdeck.com/siddharthkp/a-portal-to-the-future

  • Async Operations in React Redux Applications
    https://www.sitepoint.com/async-operations-react-redux-applications/

  • ReactNYC - Making The DOM Declarative - Michael Jackson (@mjackson)
    https://www.youtube.com/watch?v=vyO5wKHlWZg

  • Another take on where to put business logic in Redux
    https://medium.com/@vanuan/another-take-on-where-to-put-business-logic-in-redux-cd089c0a9e98

  • Modeling Redux State - Presented at AngularMix 2017
    https://www.youtube.com/watch?v=pffEkpuZpPo

  • Redux Bad Practices: Nested State
    https://500tech.com/blog/all/redux-bad-practices-nested-state/

  • React + Redux Pattern: Customizable Behavioral Components
    https://medium.com/@gaforres/react-redux-pattern-customizable-behavioral-components-359b4adbf380

  • JSConf UY: Flux - Those who forget the past...
    https://speakerdeck.com/jmorrell/jsconf-uy-flux-those-who-forget-the-past-dot-dot-dot

  • React, Redux, and Redux Observables
    https://jfarrell.net/2018/01/19/react-redux-and-redux-observables-3/

  • Debugging your front-end like it's 2019
    http://krasimirtsonev.com/blog/article/debugging-your-front-end-like-is-2019

  • A quick Guide to Styled Components with interactive Examples
    https://www.codecamps.com/a-quick-guide-to-styled-components-with-interactive-examples/

  • Mobile Application Architecture: React Native with Redux
    https://www.globallogic.com/gl_news/mobile-application-architecture-react-native-with-redux/

  • Redux-Saga tutorial for beginners and dog lovers
    https://hackernoon.com/redux-saga-tutorial-for-beginners-and-dog-lovers-aa69a17db645

  • Loading components asynchronously in React app with an HOC
    https://dev.to/_arpy/loading-components-asynchronously-in-react-app-with-an-hoc-6nh

  • How to write reusable sane API-based Preact, React or Vue.js components using the Render Props pattern
    https://www.contentful.com/blog/2018/01/23/how-to-write-reusable-sane-api-based-components/

  • Managing State in a React-Navigation App with Redux
    https://hackernoon.com/managing-state-in-a-react-navigation-app-with-redux-6d0b680fb595

  • Stop Making Your Components Able to Do Everything
    https://codeburst.io/stop-making-your-components-able-to-do-everything-9dbad62b1c0

  • Rethinking State Management with React Agent
    https://medium.com/@awesometom/rethinking-state-management-with-react-agent-e3000c8c2393

  • Programmatically navigate with React Router
    https://tylermcginnis.com/react-router-programmatically-navigate/

  • Why is setState asynchronous? : Hacker News
    https://news.ycombinator.com/item?id=16230541

  • How to populate react-redux-form with dynamic default values
    https://swizec.com/blog/populate-react-redux-form-dynamic-default-values/swizec/8158

  • React and visual automata-based programming
    https://medium.com/dailyjs/react-and-visual-automata-based-programming-c1d13e153cde

  • How to use container components without sacrificing testability
    https://medium.com/@mmiller42/how-to-use-container-components-without-sacrificing-testability-d63d457f5c64

  • How we connect Redux to our Services API
    https://medium.com/onedot-consumable-data/how-we-connect-redux-to-our-services-api-7e4aa06dd5a

  • Create-react-project, An Optimal UI-Based Development Environment For React-Redux
    https://medium.com/@causality_redux/create-react-project-an-optimal-ui-based-development-environment-for-react-redux-66900db33916

  • Where to put Business logic in client-side react app?
    https://www.reddit.com/r/reactjs/comments/7t63ls/where_to_put_business_logic_in_clientside_react/

  • The WHY behind the WAT: An explanation of JavaScript’s weird type system
    https://medium.com/dailyjs/the-why-behind-the-wat-an-explanation-of-javascripts-weird-type-system-83b92879a8db

  • Best Practice: How I structure my React/ Redux projects
    http://gh-blog.mybluemix.net/blogs/cokeSchlumpf/rethink-it/posts/web/best-practice-react-redux-project-structure.md

  • Hacky way to view Instagram Redux Store
    https://medium.com/@rajsek/hacky-way-to-viewing-instagram-redux-actions-b6ae59cbafc8

  • Adding state management with Redux in a CRA + SSR project
    https://medium.com/bucharestjs/adding-state-management-with-redux-in-a-cra-srr-project-9798d74dbb3b

  • A scalable dataflow technique for your Redux apps
    https://javascript.works-hub.com/learn/a-scalable-dataflow-technique-for-your-redux-appsfc808

  • Rethinking State Management with React Agent
    https://medium.com/dailyjs/rethinking-state-management-with-react-agent-e3000c8c2393

  • Boost your React with State Machines
    https://medium.freecodecamp.org/boost-your-react-with-state-machines-1e9641b0aa43

  • Our React-Redux Structure at AnyJunk
    https://medium.com/anyjunk/our-react-redux-structure-17bb3ed41488

  • Handling Errors in React Components with Error Boundaries
    https://dev.to/sarah_chima/error-boundaries-in-react-3eib

  • Where and When to Fetch Data With Redux
    https://daveceddia.com/where-fetch-data-redux/

  • Redux modules and code-splitting
    http://nicolasgallagher.com/redux-modules-and-code-splitting/

  • redux-toolbelt: Supercharge Your Redux
    https://medium.com/welldone-software/redux-toolbelt-supercharge-your-redux-ec16e704fe93

  • Modern CSS Explained For Dinosaurs
    https://medium.com/actualize-network/modern-css-explained-for-dinosaurs-5226febe3525

  • A simpler way to handle async in Redux
    https://medium.com/@kjellmorten/a-simpler-way-to-handle-async-in-redux-bc2a4b952f67

  • Fixing the "cannot GET /URL" error on refresh with React Router (or how client side routers work)
    https://dev.to/tylermcginnis/fixing-the-cannot-get-url-error-on-refresh-with-react-router-or-how-client-side-routers-work-4ho9

  • Building a Tree Navigation Component in React
    http://engineering.kapost.com/2018/02/building-a-tree-navigation-component-in-react/

  • How to model the behavior of Redux apps using statecharts
    https://medium.freecodecamp.org/how-to-model-the-behavior-of-redux-apps-using-statecharts-5e342aad8f66

  • Why React? An AngularJS Dev’s Point of View
    https://medium.com/@angular_evan/why-react-an-angularjs-devs-point-of-view-3d772ba00e0

  • Keep your Large Redux Application In Check with Redux-Usage-Report
    https://medium.com/about-codecademy/keep-your-large-redux-application-in-check-with-redux-usage-report-e2e4f31bb86f

  • React components naming convention ⚛️
    https://hackernoon.com/react-components-naming-convention-%EF%B8%8F-b50303551505

  • How Redux Saved Our Front-End and Supported Our Migration from Angular to React
    https://bettercloud.tech/how-redux-saved-our-front-end-and-supported-our-migration-from-angular-to-react-bb5c7e7b5ad7

  • Bitmasks and the new React Context API
    https://hph.is/coding/bitmasks-react-context

  • Understanding React’s Render Props: a matter of reusability and business logic
    https://codeburst.io/understanding-reacts-render-props-a-matter-of-reusability-and-business-logic-bdbf57368be3

  • React: basic componentization and conditional CSS styling
    https://codeburst.io/react-basic-componentization-and-conditional-css-styling-4f678981adaf

  • What Can’t React Do?
    https://blog.algolia.com/what-cant-react-do/

  • Evolving Patterns in React
    https://medium.freecodecamp.org/evolving-patterns-in-react-116140e5fe8f

  • Passing state between reducers in Redux
    https://medium.com/@ryandrewjohnson/passing-state-between-reducers-in-redux-318de6db06cd

  • Learn Redux by Building Redux from Scratch
    https://levelup.gitconnected.com/learn-redux-by-building-redux-from-scratch-dcbcbd31b0d0

  • Immutability in JavaScript using Redux
    https://blog.hellojs.org/immutability-in-javascript-using-redux-33405706d31d

  • Genuine guide to testing React & Redux applications
    https://blog.pragmatists.com/genuine-guide-to-testing-react-redux-applications-6f3265c11f63

  • 8 React conditional rendering methods
    https://blog.logrocket.com/conditional-rendering-in-react-c6b0e5af381e

  • Namespacing Actions for Redux
    https://kickstarter.engineering/namespacing-actions-for-redux-d9b55a88b1b1

  • How I wrote the world’s fastest React memoization library
    https://medium.com/@antonkorzunov/how-i-wrote-the-worlds-fastest-react-memoization-library-535f89fc4a17

  • Render Props, React.createContext, Event Handlers, Lifecycles … But How?
    https://medium.com/workshop-me/render-props-react-createcontext-but-how-9c8e457a90e3

  • CSS in the Age of React: How We Traded the Cascade for Consistency
    https://engineeringblog.yelp.com/2018/03/css-in-the-age-of-react.html

  • Habits of Successful React components
    https://javascriptplayground.com/habits-of-successful-react-components/

  • Why We Use React-Redux
    https://medium.com/@sdandersonz97/why-react-redux-59c797ff46be

  • Server Rendering with React and React Router
    https://tylermcginnis.com/react-router-server-rendering/

  • Frontend Normalization
    https://medium.com/@alfredayibonte/front-end-normalization-8e3d0df7cb47

  • What is a Redux reducer?
    https://daveceddia.com/what-is-a-reducer/

  • Don’t call me, I’ll call you: Side effects management with Redux-Saga (Part 1)
    https://medium.com/appsflyer/dont-call-me-i-ll-call-you-side-effects-management-with-redux-saga-part-1-d0a92c3f81be

  • How to use ImmutableJS without going crazy
    https://hackernoon.com/how-to-use-immutablejs-without-going-crazy-bfcb805a0043

  • Sophie Koonin - An Introduction to Redux Saga: Side Effects Made Easier - ReactFest ?
    https://www.youtube.com/watch?v=il9rXYOLWjA

  • React Testing Tutorial: Test Frameworks & Component Tests
    https://www.robinwieruch.de/react-component-tests-tutorial/

  • React Guide to Props - Part III
    https://kolosek.com/react-props-typechecking/

  • WTF is this - Understanding the this keyword, call, apply, and bind in JavaScript
    https://tylermcginnis.com/this-keyword-call-apply-bind-javascript/

  • Create Nested Tab Routes with Dynamic Paths with React-Router
    https://codedaily.io/tutorials/45/Create-Nested-Tab-Routes-with-Dynamic-Paths-with-React-Router

  • React Code Style Guide
    https://css-tricks.com/react-code-style-guide/

  • Autodux Is Awesome: Let’s TDD Code a Todo List Duck
    https://medium.com/front-end-hacking/autodux-is-awesome-lets-tdd-code-a-todo-list-duck-b906e28c0764

  • Understanding routing in React.js
    https://news.ycombinator.com/item?id=16688102

  • React Router 4: A Practical Introduction
    https://auth0.com/blog/react-router-4-practical-tutorial/

  • Contextual Components in React
    https://thejsguy.com/2018/03/18/contextual-components-in-react.html

  • Testing react components the right way with react-testing-library
    https://dev.to/bahdcoder_47/testing-react-components-the-right-way-with-react-testing-library-5h8d

  • Optimizing React: Virtual DOM explained
    https://evilmartians.com/chronicles/optimizing-react-virtual-dom-explained

  • Tomorrow’s ES Modules Today!
    https://medium.com/web-on-the-edge/tomorrows-es-modules-today-c53d29ac448c

  • Reflecting on Wayfair’s Conversion to React and Redux
    https://tech.wayfair.com/2018/02/reflecting-on-wayfairs-conversion-to-react-and-redux/

  • Getting a Promise from Redux Actions
    https://medium.com/@erikras/getting-a-promise-from-redux-actions-d92787894368

  • JavaScript and Immutability
    http://web.archive.org/web/20170601022905/http:/www.t4d.io/javascript-and-immutability/

  • Redux: Re-Rendering Caused by mapDispatchToProps
    https://spin.atomicobject.com/2018/04/02/redux-rerendering/

  • api-cheatsheet-array.md
    https://gist.github.com/rauschma/f7b96b8b7274f2e2d8dab899803346c3

  • Webpack 4 in production: How to make your life easier
    https://medium.com/@hpux/webpack-4-in-production-how-make-your-life-easier-4d03e2e5b081

  • Here are examples of everything new in ECMAScript 2016, 2017, and 2018
    https://medium.freecodecamp.org/here-are-examples-of-everything-new-in-ecmascript-2016-2017-and-2018-d52fa3b5a70e

  • Purely Functional React Signup with Redux-Observable, Recompose, and Ramda
    https://medium.com/front-end-hacking/purely-functional-react-signup-with-redux-observable-recompose-and-ramda-d37fc0424bdb

  • DRY Redux at Scale: Sagas and State Management, and Selectors
    https://medium.com/@gaforres/dry-redux-at-scale-sagas-and-state-management-and-selectors-b4aad01b8def

  • Redux beyond React
    https://medium.com/@eliseumds/redux-beyond-react-1e6c71a8965f

  • Best practices for unit testing with a React/Redux approach
    https://willowtreeapps.com/ideas/best-practices-for-unit-testing-with-a-react-redux-approach

  • Simplest, no-dependency router is... state
    https://goshakkk.name/min-viable-router-is-state/

  • 4 Techniques For Loading States In Redux — Gavin Schulz
    http://gavinschulz.com/posts/2017-03-22-4-techniques-for-loading-states-in-redux.html

  • Array iteration methods summarized
    https://gist.github.com/mrmartineau/9e39954c0afe02f53b4c0c7814bc601b

  • Free Online React Bootcamp
    https://tylermcginnis.com/free-react-bootcamp/

  • The modern JavaScript landscape is chaotic.
    https://reduxbook.com

  • React sub-components Part 2: Using the new Context API
    https://medium.com/maxime-heckel/react-sub-components-part-2-using-the-new-context-api-6f1c089acfe4

  • Understanding the react-redux connection function
    http://koerbitz.me/posts/Understanding-the-react-redux-connect-function.html

  • Using advanced design patterns to create flexible and reusable React components — Part 3: Render Props
    https://medium.com/@shaundavidhutch/using-advanced-design-patterns-to-create-flexible-and-reusable-react-components-part-3-render-d7517dfe72bc

  • krasimir/react-in-patterns
    https://github.com/krasimir/react-in-patterns

  • React Conditional Rendering Patterns
    https://www.carlrippon.com/react-conditional-rendering-patterns/

  • A complete React with GraphQL Tutorial
    https://www.robinwieruch.de/react-with-graphql-tutorial/

  • A guide to building a React component with webpack 4, publishing to npm, and deploying the demo to GitHub Pages
    https://medium.com/dailyjs/building-a-react-component-with-webpack-publish-to-npm-deploy-to-github-guide-6927f60b3220

  • Writing Reusable Redux Like a Boss
    https://medium.com/@felixtan/writing-reusable-redux-like-a-boss-d3780e7ecbf0

  • The power of Git interactive rebase – Tratif Blog
    https://blog.tratif.com/2018/04/19/the-power-of-git-interactive-rebase/

  • API Requests in Redux (Part 2)
    https://tech.decisiv.com/api-requests-in-redux-part-2-65c0334a4971

  • Higher Order Components: Theory and Practice
    http://engineering.blogfoster.com/higher-order-components-theory-and-practice/

  • Demystifying generators. Implementing async/await. : wanago.io : Marcin Wanago Blog
    https://wanago.io/2018/04/23/demystifying-generators-implementing-async-await/

  • Migrating to React’s New Context API
    https://dev.to/kentcdodds/migrating-to-reacts-new-context-api-kka

  • How to Learn React and Redux in Two Months or Less
    https://www.10000ft.com/blog/how-to-learn-react-and-redux-in-two-months-or-less

  • How I use React and Redux
    https://silkandspinach.net/2018/04/23/how-i-use-react-and-redux/

  • How I handle api requests and storing data
    https://www.reddit.com/r/reactjs/comments/8eke9m/how_i_handle_api_requests_and_storing_data/

  • Gooact: React in 160 lines of JavaScript
    https://medium.com/@sweetpalma/gooact-react-in-160-lines-of-javascript-44e0742ad60f

  • Testing Strategies for React and Redux – Mozilla Hacks : the Web developer blog
    https://hacks.mozilla.org/2018/04/testing-strategies-for-react-and-redux

  • Structuring projects and naming components in React
    https://hackernoon.com/structuring-projects-and-naming-components-in-react-1261b6e18d76

  • Using promises and error boundaries for data loading within your react/redux app.
    https://codeburst.io/using-promises-and-error-boundaries-for-data-loading-within-your-react-redux-app-219f8d3a6d26

  • Create a Form Wizard with Data Loss Prevention using Formik and React Router
    https://codedaily.io/tutorials/50/Create-a-Form-Wizard-with-Data-Loss-Prevention-using-Formik-and-React-Router

  • Don’t Over React! Render Binary Data without Epileptic Fits.
    https://www.bignerdranch.com/blog/dont-over-react/

  • Effective Snapshot Testing
    https://blog.kentcdodds.com/effective-snapshot-testing-e0d1a2c28eca

  • A type-safe approach to Redux stores in TypeScript
    https://medium.com/@resir014/a-type-safe-approach-to-redux-stores-in-typescript-6474e012b81e

  • Face uncertainty by decoupling Redux state
    https://medium.com/@andrewgoldis/decouple-redux-state-875c8367350f

  • Does React.Context Replace Redux?
    https://bettercloud.tech/does-react-context-replace-redux-e50477b4de30

  • Testing Thunk’d Async Action Creators with Mocha and Chai
    https://medium.com/@ThatGuyTinus/testing-thunkd-async-action-creators-with-mocha-and-chai-cf3c57cccafd

  • What’s the future of Redux?
    https://hackernoon.com/whats-the-future-of-redux-be900dc5e466

  • React State Management Patterns
    https://itnext.io/react-state-management-patterns-908325dbb8f3

  • 4 Features to Boost React-Redux Performance
    https://patrickdesjardins.com/blog/4-features-to-boost-react-redux-performance

  • Why would I use a Webpack?
    http://tinselcity.net/whys/packers

  • Building forms using React — everything you need to know
    https://www.codementor.io/blizzerand/building-forms-using-react-everything-you-need-to-know-iz3eyoq4y

  • Optimizing front-end delivery with Webpack 4
    https://dev.to/jesalg/optimizing-front-end-delivery-with-webpack-4-1mm4

  • React Context in the World of Component Composition
    https://medium.com/@ablamunits/react-context-in-the-world-of-component-composition-ce049d99afd9

  • Webpack and Dynamic Imports: Doing it Right
    https://medium.com/front-end-hacking/webpack-and-dynamic-imports-doing-it-right-72549ff49234

  • Testing your React App with Puppeteer and Jest
    https://blog.bitsrc.io/testing-your-react-app-with-puppeteer-and-jest-c72b3dfcde59

  • React-Redux Data Management: Serialization and Memoized Caching of Derived Data
    https://medium.com/@ellentuckben/react-redux-data-management-serialization-and-memoized-caching-of-derived-data-5362eab0d06f

  • JavaScript of the Darkest Sea
    http://techblog.babyl.ca/entry/javascript-of-the-darkest-sea

  • React Redux Notes
    https://gumroad.com/l/reactredux

  • Using redux store enhancer to help e2e test your application
    https://www.linkedin.com/pulse/using-redux-store-enhancer-help-e2e-test-your-vladim%C3%ADr-gorej

  • A Brief History of Web App Loading
    https://medium.com/@cvitullo/a-brief-history-of-web-app-loading-ab8409e48812

  • Advanced forms in React made easy.
    https://medium.com/@kettanaito/advanced-forms-in-react-made-easy-92a6e208f017

  • React + Redux — Best Practices
    https://www.codementor.io/isettyravitejakumar/react-redux-best-practices-jkknadxmk

  • Part One: Using Typescript with React
    https://dylanpaulus.com/react/typescript/2018/05/16/using-typescript-with-react-part-one/

  • The 7 Most Common Mistakes that beginner React Developers Make
    http://www.js-craft.io/blog/14-The-7-Most-Common-Mistakes-that-React-Developers-Make/

  • Data Normalization in Frontend Apps Using Normalizr and JSON API Normalizer
    https://www.netguru.co/codestories/data-normalization-in-frontend-apps-using-normalizr-and-json-api-normalizer

  • The Perils of Using a Common Redux Anti-Pattern
    https://medium.com/@sscaff1/the-perils-of-using-a-common-redux-anti-pattern-344d778e59da

  • Writing Controllable Components in React
    https://itnext.io/writing-controllable-components-in-react-c9cccf41b48c

  • "Native JavaScript modules" slides (features, performance, migration, demos)
    https://www.reddit.com/r/javascript/comments/8kcuqx/native_javascript_modules_slides_features/

  • Flow vs TypeScript in React — my two cents
    https://medium.com/@wcandillon/flow-vs-typescript-in-react-my-two-cents-d4d0c657d236

  • How to use a concurrent task queue in your Redux-Sagas
    https://medium.freecodecamp.org/how-to-use-a-concurrent-task-queue-in-your-redux-sagas-39e598c4fcae

  • Native JavaScript modules
    https://slides.com/malyw/native-js-modules

  • The Perils of Using a Common Redux Anti-Pattern
    https://itnext.io/the-perils-of-using-a-common-redux-anti-pattern-344d778e59da


  • https://www.reddit.com/r/javascript/comments/8kmc9h/some_meandering_thoughts_about_vuejs_vs_reactjs/

  • So you want to host your Single Page React App on GitHub Pages?
    https://itnext.io/so-you-want-to-host-your-single-age-react-app-on-github-pages-a826ab01e48

  • A Beginner’s Guide to Webpack 4 and Module Bundling
    https://www.sitepoint.com/beginners-guide-webpack-module-bundling/

  • React and Form Management: Is Redux Form Worth It?
    https://www.reddit.com/r/reactjs/comments/8l2acv/react_and_form_management_is_redux_form_worth_it/

  • Replicated Redux - Jim Purbrick aka @JimPurbrick at @ReactEurope 2018
    https://www.youtube.com/watch?v=Fr3vp0C22H0

  • Reusable Modal Architecture For Large-Scale React Applications - Part 1
    http://singlepageapplication.com/reusable-modals-for-large-scale-react-applications-part-1/

  • Managing React State With Render Props
    https://dzone.com/articles/managing-react-state-with-render-props


  • https://leanpub.com/thinking-in-Redux

  • React and separation of concerns
    http://krasimirtsonev.com/blog/article/react-separation-of-concerns

  • CSS-in-JS Roundup: Styling React Components
    https://alligator.io/react/css-in-js-roundup-styling-react-components/

  • Reusable, Restricted Routes with Redux, React, and React Router v4
    https://www.codementor.io/elliotaplant/reusable-restricted-routes-with-redux-react-and-react-router-v4-jl8wfkoux

  • Async actions in Redux with RxJS and Redux Observable
    https://dev.to/andrejnaumovski/async-actions-in-redux-with-rxjs-and-redux-observable-efg

  • Build Awesome Forms In React Using Redux-Form
    https://blog.bitsrc.io/build-awesome-forms-in-react-using-redux-form-d1e4c96f5850

  • Mark Erikson - The Fundamentals of Redux
    https://www.youtube.com/watch?v=ewelU8WHXQ4

  • React explaining, explained
    https://dev.to/jpnelson/react-explaining-explained-1lb8

  • Code your own Redux guide
    http://blog.jakoblind.no/code-redux-guide/

  • How We Reselect and You Can Too
    https://news.ycombinator.com/item?id=17198969

  • React Testing Tutorial: Test Frameworks & Component Tests
    https://www.robinwieruch.de/react-testing-tutorial/

  • The ReduxJS Books
    https://thereduxjsbooks.com

  • sw-yx/react-typescript-cheatsheet
    https://github.com/sw-yx/react-typescript-cheatsheet

  • Working with normalized state in Redux applications
    http://barvi.co.uk/blog/2018/04/07/redux-normalized-state.html

  • Code splitting with SplitChunksPlugin in Webpack 4 : wanago.io : Marcin Wanago Blog
    https://wanago.io/2018/06/04/code-splitting-with-splitchunksplugin-in-webpack-4/

  • React, TypeScript and defaultProps dilemma
    https://medium.com/@martin_hotell/react-typescript-and-defaultprops-dilemma-ca7f81c661c7

  • 7 Different Ways to Use ES Modules Today!
    https://hackernoon.com/7-different-ways-to-use-es-modules-today-fc552254ebf4

  • Effective Use of TypeScript with React
    https://medium.com/@cdiggins/effective-use-of-typescript-with-react-3a1389b6072a

  • Introduction · React
    https://chrisnoring.gitbooks.io/react/content/

  • Fetching Data in Your React Application
    https://code.tutsplus.com/tutorials/fetching-data-in-your-react-application--cms-30670

  • How to use React createRef
    https://blog.logrocket.com/how-to-use-react-createref-ea014ad09dba

  • You Probably Don't Need Derived State
    https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html

  • How to empower Redux with Ramda - Part 2
    https://callaa.rs/2018-06-10/how-to-empower-redux-with-ramda-2

  • Migrate from Redux-Thunk to Saga
    https://espressoprogrammer.com/migrate-redux-thunk-saga/

  • How (and why!) to keep your Git commit history clean
    https://about.gitlab.com/2018/06/07/keeping-git-commit-history-clean/

  • Throw the Flag: Reacts createRef API, callbackRef API, and forwardRef API
    https://medium.com/@accardo.steven/throw-the-flag-reacts-createref-api-callbackref-api-and-forwardref-api-cb464231cca1

  • Solving Circular Dependencies in Modular Redux
    http://randycoulman.com/blog/2018/06/12/solving-circular-dependencies-in-modular-redux/

  • Digging Into React Context
    https://css-tricks.com/digging-into-react-context/

  • A quick intro to new React Context API and why it won't replace state management libraries
    https://www.codementor.io/thomas478/a-quick-intro-to-new-react-context-api-and-why-it-won-t-replace-state-management-libraries-k5exj8w1q

  • Flow vs TypeScript in React — My two cents
    https://levelup.gitconnected.com/flow-vs-typescript-in-react-my-two-cents-d4d0c657d236

  • Ry’s Git Tutorial
    http://johnmathews.eu/rys-git-tutorial.html

  • Selectors | React | Redux | Reselect
    https://medium.com/@pearlmcphee/selectors-react-redux-reselect-9ab984688dd4

  • Render Props, Render Callbacks And Higher-Order Components Are All Interchangeable
    https://medium.com/javascript-inside/render-props-render-callbacks-and-higher-order-components-are-all-interchangeable-1f01f56437fa

  • How to use React (and Redux) with your crufty old CMS
    https://jrsinclair.com/articles/2018/how-to-use-react-redux-with-your-crufty-old-cms/

  • Application State Management
    https://blog.kentcdodds.com/application-state-management-66de608ccb24

  • The React + TypeScript Ecosystem Is Shit.
    https://www.reddit.com/r/reactjs/comments/8rbde1/the_react_typescript_ecosystem_is_shit/

  • I feel like Typescript is hindering me more than helping me...
    https://www.reddit.com/r/javascript/comments/8r6p4y/i_feel_like_typescript_is_hindering_me_more_than/

  • A comprehensive guide to type checking React, Redux, and React-Redux with Flow
    https://medium.com/@fabianterh/a-comprehensive-guide-to-type-checking-react-redux-and-react-redux-with-flow-4219bdc4ef89

  • Asynchronous Redux Actions Using Redux Thunk
    https://alligator.io/redux/redux-thunk/

  • Migrating your front-end to React, step by step.
    https://medium.com/@rmhartog/migrating-your-front-end-to-react-step-by-step-49ea0c73d9d7

  • Setup React Hot Loader in 10 minutes
    https://blog.logrocket.com/setup-react-hotloader-in-10-minutes-3175dfdbf38a

  • Does it mutate ?
    https://doesitmutate.xyz/

  • Authenticating Users in SPA using Node, Passport, React and Redux
    http://andrejgajdos.com/authenticating-users-in-single-page-applications-using-node-passport-react-and-redux/

  • A tale of Webpack 4 and how to finally configure it in the right way
    https://hackernoon.com/a-tale-of-webpack-4-and-how-to-finally-configure-it-in-the-right-way-4e94c8e7e5c1

  • Headless User Interface Components
    https://www.merrickchristensen.com/articles/headless-user-interface-components/

  • How We Used Redux on Backend and Got Offline-First Mobile App as a Result
    http://blog.webbylab.com/redux-on-backend/

  • Introduction to React Native Renderers aka React Native is the Java and React Native Renderers are the JVMs of declarative UI
    https://medium.com/@agent_hunt/introduction-to-react-native-renderers-aka-react-native-is-the-java-and-react-native-renderers-are-828a0022f433

  • The best react inline style libraries — comparing Radium, Aphrodite, & Emotion
    https://blog.logrocket.com/the-best-react-inline-style-libraries-comparing-radium-aphrodite-emotion-849ef148c473

  • Fullstack React's Guide to using Refs in React Components
    https://www.fullstackreact.com/articles/using-refs-in-react/

  • Exploring ES2018 and ES2019
    http://exploringjs.com/es2018-es2019/toc.html

  • Building browser extensions with React
    https://www.rubberduck.io/blog/browser-extensions-react/

markerikson avatar Jun 29 '18 21:06 markerikson