Become a member
Sign in
Jaci Bruno Santana Felicio
Jaci Bruno Santana Felicio

Jaci Bruno Santana Felicio

46 Following
7 Followers
  • Profile

  • Claps

  • Highlights

Highlighted by Jaci Bruno Santana Felicio

See more

From Dynamic Forms with React-JS by Gagan Sharma

So we have created three stateless components, yet you are free to use “state” to further customize the form. Let’s take a sample API response shown below to create a form using the components we have created.

From Moving from Webpack 3 to Webpack 4 — Now with some exciting updates by Samantha Wolhuter

…in({
'process.env': {
NODE_ENV: JSON.stringify(process.env.NODE_ENV),
CUSTOM_HOST: JSON.stringify(process.env.CUSTOM_HOST),
HTTPS: JSON.stringify(process.env.HTTPS),
…

Claps from Jaci Bruno Santana Felicio

See more

A different way to manage state in React

David Gilbertson