Skip to content

Add React Hooks for customization (part 14)#2652

Merged
compulim merged 10 commits intomicrosoft:masterfrom
compulim:feat-redux-hooks-14
Dec 27, 2019
Merged

Add React Hooks for customization (part 14)#2652
compulim merged 10 commits intomicrosoft:masterfrom
compulim:feat-redux-hooks-14

Conversation

@compulim
Copy link
Copy Markdown
Contributor

@compulim compulim commented Dec 2, 2019

Related to #2539.

Changelog Entry

  • Resolves #2539, added React hooks for customization, by @compulim, in the following PRs:
    • PR #2652: Update samples to use hooks

Description

This work will modify samples.

  • We will move some sample to functional components
  • We will use hooks instead of HOC
  • We will remove glamor from our samples to reduce emissions.

Specific Changes

  • 08.customziation-user-highlighting: Remove glamor
  • 09.customization-reaction-button: Move to functional component, using Web Chat hooks, remove glamor
  • 10.b.customization-password-input: Move to functional component, using Web Chat hooks, remove glamor
  • Remove 22.change-locale which is a draft of 22.customization-change-locale

  • Testing Added

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 63.679% when pulling b1f436d on compulim:feat-redux-hooks-14 into 95ab4e6 on microsoft:master.

@corinagum corinagum added the R8 label Dec 3, 2019
Comment thread samples/10.b.customization-password-input/README.md Outdated
Comment thread samples/10.b.customization-password-input/README.md Outdated
Comment thread samples/10.b.customization-password-input/README.md Outdated
Comment thread samples/10.b.customization-password-input/index.html Outdated
Comment thread samples/10.b.customization-password-input/README.md Outdated
Comment thread samples/10.b.customization-password-input/README.md Outdated
Comment thread samples/10.b.customization-password-input/README.md Outdated
Comment thread samples/10.b.customization-password-input/README.md Outdated
Comment thread samples/10.b.customization-password-input/README.md
Comment thread samples/10.b.customization-password-input/README.md Outdated
Comment thread samples/08.customization-user-highlighting/index.html
Comment thread samples/09.customization-reaction-buttons/index.html Outdated
@compulim compulim force-pushed the feat-redux-hooks-14 branch from e3d7f16 to 5f91fd9 Compare December 27, 2019 21:28
@compulim compulim merged commit 31c2006 into microsoft:master Dec 27, 2019
@compulim compulim deleted the feat-redux-hooks-14 branch December 27, 2019 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move to Redux Hooks

3 participants