From 9a2cfa6a83e16f0db56d6796768001f1fd0ba75a Mon Sep 17 00:00:00 2001 From: kambala yashwanth Date: Sun, 6 Jan 2019 08:23:19 +0530 Subject: [PATCH] fixed typo error, question @272 changed from `user` to `use` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b46b3920..a032159b 100644 --- a/README.md +++ b/README.md @@ -4547,7 +4547,7 @@ In React, it is recommend using composition instead of inheritance to reuse code between components. Both Props and composition give you all the flexibility you need to customize a component’s look and behavior in an explicit and safe way. Whereas, If you want to reuse non-UI functionality between components, it is suggested to extracting it into a separate JavaScript module. Later components import it and use that function, object, or a class, without extending it. 272. ### Can I use web components in react application? - Yes, you can user web components in a react application. Even though many developers won't use this combination, it may require especially if you are using third-party UI components that are written using Web Components. For example, let us use Vaadin date picker web component as below, + Yes, you can use web components in a react application. Even though many developers won't use this combination, it may require especially if you are using third-party UI components that are written using Web Components. For example, let us use Vaadin date picker web component as below, ```javascript import React, { Component } from 'react'; import './App.css'; @@ -4998,4 +4998,4 @@ 7. Dropbox 8. Flipboard 9. Netflix - 10. PayPal \ No newline at end of file + 10. PayPal