Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How I wrote NgRx Store in 63 lines of code #79

Open
4 of 11 tasks
evgenyfedorenko opened this issue Nov 21, 2019 · 6 comments
Open
4 of 11 tasks

How I wrote NgRx Store in 63 lines of code #79

evgenyfedorenko opened this issue Nov 21, 2019 · 6 comments

Comments

@evgenyfedorenko
Copy link

evgenyfedorenko commented Nov 21, 2019

Evgeny Fedorenko
https://twitter.com/e_fedorenko
A software engineer at Fannie Mae
How I wrote NgRx Store in 63 lines of code

My talk will be based on the article I wrote for Angular in Depth
https://blog.angularindepth.com/how-i-wrote-ngrx-store-in-63-lines-of-code-dfe925fe979b

30-45min

  • DCJS[77] Thu Feb 13 2020
  • DCJS[78] Thu Mar 12 2020
  • DCJS[79] Thu Apr 09 2020
  • DCJS[80] Thu May 14 2020
  • DCJS[81] Thu Jun 11 2020
  • DCJS[82] Thu Jul 09 2020
  • DCJS[83] Thu Aug 13 2020
  • DCJS[84] Thu Sep 10 2020
  • DCJS[85] Thu Oct 08 2020
  • DCJS[86] Thu Nov 12 2020
  • DCJS[77] Thu Dec 10 2020
@jakerella
Copy link
Member

Hi @evgenyfedorenko! This sounds neat, hopefully we can get it on the schedule in the Spring. Can you flesh out a 3-4 sentence abstract of the talk for us? It doesn't look like that article link is still live.

@evgenyfedorenko
Copy link
Author

Hi @jakerella. Here is the link https://medium.com/angular-in-depth/how-i-wrote-ngrx-store-in-63-lines-of-code-dfe925fe979b

"Deep dive into NgRx Store. How I tried to understand it by getting to the very essentials."

@jakerella
Copy link
Member

Ah, that link works, thanks. We still need a bit more on the abstract for the talk though. This is the description of the talk that attendees will see on the meetup page. We need to give them a little more info on what the talk is about, and why they should be interested!

@evgenyfedorenko
Copy link
Author

oh sure.

"This talk will be an in depth dive into the NgRx implementation. State, store, reducerFactory, createSelector - the integral parts of the library will be covered and explained. With all the bells and whistles removed it has a couple of basic RxJS operators. Turns out, there is only few lines needed to make it work which I will demonstrate in the demo."

@jakerella
Copy link
Member

Sounds good! Can you also give us a 1 sentence "what is NgRx"? I'm guessing there will be a number of people who won't know.

@evgenyfedorenko
Copy link
Author

Here is the official website https://ngrx.io/

"NgRx Store is RxJS powered state management for Angular applications, inspired by Redux. Store is a controlled state container designed to help write performant, consistent applications on top of Angular."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants