reduxjs / redux

A JS library for predictable global state management
https://redux.js.org
MIT License
60.94k stars 15.27k forks source link

docs: update History of Redux with conference talk link #4651

Closed Juneezee closed 11 months ago

Juneezee commented 11 months ago

Hi @markerikson,

I came across your insightful comment on this Reddit post ^1 and wanted to thank you for sharing your knowledge! It was a valuable resource for me.

I believe adding a reference to Dan Abramov's conference talk in the documentation could further enrich the learning experience for users like myself who are interested in delving deeper.

Checklist

What docs page is being added or updated?

For Updating Existing Content

What updates should be made to the page?

Add a link to Dan Abramov's demonstration for the Flux pattern at react-europe 2015.

Do these updates change any of the assumptions or target audience? If so, how do they change?

No.

codesandbox-ci[bot] commented 11 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 0ca2e516a7e5b5cc97a395569ab0698016c9e6c4:

Sandbox Source
Vanilla Typescript Configuration
netlify[bot] commented 11 months ago

Deploy Preview for redux-docs ready!

Name Link
Latest commit 0ca2e516a7e5b5cc97a395569ab0698016c9e6c4
Latest deploy log https://app.netlify.com/sites/redux-docs/deploys/658fe1841a6d830008435045
Deploy Preview https://deploy-preview-4651--redux-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

markerikson commented 11 months ago

Thanks!