ReactFoo-VueDay Pune edition
ReactFoo For members

ReactFoo-VueDay Pune edition

React and Vue for performance engineering and front-end development

Make a submission

Accepting submissions till 13 Feb 2020, 04:30 PM

MCCIA Trade Tower, Pune

Tickets

Loading…

React and Vue are becoming increasingly popular for front-end application development.

The Pune edition is a single-day event for sharing:

  1. Practical insights on integrating React/Vue in front-end applications.
  2. Performance improvements with React/Vue.
  3. State management.
  4. New developments.

Participate in ReactFoo-VueDay as:

  1. Participant
  2. Speaker
  3. Volunteer
  4. Reviewer
  5. Collaborator
  6. Sponsor

and discover your peers from the growing front-end community in India.

Talks from previous editions of ReactFoo are published on hasgeek.tv/reactfoo and hasgeek.tv/jsfoo

The Pune edition will be held on 29 February 2020 at MCCIA, Pune.


For inquiries about speaking/collaborating with ReactFoo, write to reactfoo.editorial@hasgeek.com


Click here for the Sponsorship deck.
For more details and ticket inquiries, write to sales@hasgeek.com or call 7676332020


#Silver Sponsor

Deque

#Bronze Sponsor

Emaar

#Speaker Travel Sponsor

Kubric.io

Hosted by

A community - for and of - front-end engineers to share experiences with ReactJS, performant apps with React, crafting better User Interfaces (UI) with React and GraphQL ecosystem. ReactFoo also discusses design patterns and user experience. more

Pratik Shah

@yoopratik

React Code In Imperative Style!

Submitted Feb 4, 2020

In React, component are self managed entity. The React way of controlling behvaiour of a component is using “props” in a declaraive fashion. And 99.99% of the time “declarative” approach works fine. But there can be a case in which we want to control internal of a component like manage its state or call its method. In this talk I will be talking about the rare 0.01% case(but important) in which we write code in imperative style and benefits of it.

Outline

Components are first class citizens in React and they are independent of each other. By independent I mean they are self managed entity, they have their own state and logic. In react project, components are arranged in a tree structure. So only way parent component can ask child component to do something is by passing props to it. Which is declarative way of writing code. And this is how code should be written in React.

But there are some rare case in which we need to write imperative style of code. i.e instead of just passing props, we want to call internal methods and manage component’s state. React “Refs” are the way of doing this. In this talk I will be talk about those rare case and analyse how good/bad it can be.

Requirements

Basic Knowledge on React.

Speaker bio

I am software consultant from Pune. I mostly work in Rails and React. Co-Organiser and regular speaker at ReactJS pune meetup.

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Make a submission

Accepting submissions till 13 Feb 2020, 04:30 PM

MCCIA Trade Tower, Pune

Hosted by

A community - for and of - front-end engineers to share experiences with ReactJS, performant apps with React, crafting better User Interfaces (UI) with React and GraphQL ecosystem. ReactFoo also discusses design patterns and user experience. more