JS Conf JP

Toru Kobayashi

Web Application Developer in Tokyo. Working at Frontend Expert Team in Cybozu and SmartHR as Frontend Advisor.

I enjoy writing code on OSS. https://github.com/koba04

Make it Declarative with React

11/30/2019, 17:15 - 17:45
Room: B
Spoken language: en

React is a JavaScript library for building user interfaces, which make UI programming declarative.

What's the benefits of declarative programming over imperative programming? I'm going to explain why declarative programming is useful.

Do you know that React isn't only for DOM? You probably imagine react-native, which is to build Native Apps with React.

What about other environments?

React has a way to create custom renderers so you can make anything declarative with React!!!

In this talk, I'm going to introduce the architecture of custom renderers and some ideas about existing custom renderers and build a new custom renderer on live coding!!!