Facebook pixel
Alex Moldovan
Javascript Clean Code

Alex Moldovan

JavaScript Engineering Manager @ Fortech

Coder, blogger and tech enthusiast in general, Alex is always eager to talk about web development, javascript and programming overall. He believes that building knowledge is similar to building Legos - which he does in his spare time - one block at a time.

He dedicates a lot of time to teaching others, through mentoring and coaching activities both at his current company Fortech where he leads a department of JavaScript developers and inside the local community from Cluj, where he organizes JSHeroes, the biggest JS conference in Romania.

Evolving Patterns in React

Let’s take a closer look at some of the patterns that are emerging in the React ecosystem. These patterns improve readability, code clarity, and push your code towards composition and reusability.

I recently wrote this article that is covering some of the patterns.

The workshop will cover:

  • Advanced Component Design
    • Conditional Rendering
    • Using ESnext Class Properties
    • Curried Event Handlers
    • Stateless Components
    • Pure Components
  • Having Fun with Props
    • Children Props
    • Pass-through Props
    • Destructuring Props
  • Reusing and Composing in React
    • Mixins
    • High-Order Components
    • Render Props
  • Provider Pattern
    • React Context
    • The new Context API
  • State Management
    • State Lifting
    • When is Redux needed

If you participate in the workshop please fill in this survey.

React Patterns Clean Code