Skip to content

Commit

Permalink
Verbage
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Oct 30, 2019
1 parent 2232188 commit d896733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/23.a.hybrid-react-npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ In this approach, we isolated the DOM element from the React DOM tree. And use a
There are several key limitations to this approach:

- Increased memory usage and bundle size
- React Context cannot be passed between two DOM trees
- It is doable, but will require two different context classes/objects and wire them up manually
- Only props can be passed between two DOM trees, React Context cannot be passed between them without extra work
- It is doable, but will require two different context objects and wire them up manually
- This also includes `<Provider>` and `connect()` HOC in `react-redux`
- [React-based customizations](https://github.com/microsoft/botframework-webchat#customize-web-chat-ui) added to Web Chat will still requires React 16.8.6 or up
- For example, activity and attachment middleware will be required to use the newer React
Expand Down

0 comments on commit d896733

Please sign in to comment.