Intro to authentication and views in React.js: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(initial commit)
 
(add links)
 
Line 10: Line 10:


I highly recommend http://survivejs.com/ if you haven't started your adventure with React yet.
I highly recommend http://survivejs.com/ if you haven't started your adventure with React yet.
Slides are available at https://slides.com/pawelchojnacki/auth-and-views-in-reactjs/
The code should be soon available at https://alxd.org/

Latest revision as of 18:36, 27 April 2016

The talk will take place on Wednesday, 27th of April 2016.

It will cover:

- Redux and APIs - how to properly set up an API reducer to update all your components asynchronously
- Container Components - a way of implementing views (like Controllers in Angular)
- Router and Authentication - redirecting user to /login or /dashboard whenever necessary

More info, slides and code samples soon!

I highly recommend http://survivejs.com/ if you haven't started your adventure with React yet.

Slides are available at https://slides.com/pawelchojnacki/auth-and-views-in-reactjs/

The code should be soon available at https://alxd.org/