Skip to content

Instantly share code, notes, and snippets.

@elijahmanor
Last active November 2, 2016 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elijahmanor/41119224d99dc345f94eb86ea037b698 to your computer and use it in GitHub Desktop.
Save elijahmanor/41119224d99dc345f94eb86ea037b698 to your computer and use it in GitHub Desktop.
Beyond the Basics with React

Beyond the Basics with React

Title

Beyond the Basics with React

Description (unpublished notes)

This talk is meant for developers who have a basic understanding of React and are able to create basic React components. I build off of the basics and div into intermediate and advanced considerations

Short Description

Now that you have a basic understanding of React, let's push forward and explore some more advanced topics such as using a flux architecture, High Order Components, immutability, testing libraries, performance concerns, and pattern library creation.

Abstract

Getting started with React doesn't take too long, but there are a whole lot of other concerns that come along that you, as a developer, will need to understand and tackle. After this session you will be exposed to concepts that are helpful when creating a large front-end application such as using a flux architecture, applying High Order Components, assessing performance concerns, integrating immutability, leveraging helpful unit testing libraries, and creating your own component pattern library.

Bio

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