Skip to content
This repository was archived by the owner on Oct 18, 2019. It is now read-only.

Version 3.0.0

Choose a tag to compare

@nickhsine nickhsine released this 17 Jan 02:51
· 131 commits to master since this release

Major Change

Problem to Solve

ifAuthenticated and signOutAction were passed from parent(client) React components by context to Header component, but that would be problems if middle level components which not re-rendering. Hence, Header component won't re-render either.

Solution

Parent(Client) React component should replace ifAuthenticated and signOutAction by Header.AuthenticationContext, which use observer pattern to make Header component re-render.

Features

  • Move bookmark to @twreporter/registration
  • Update page slides to contain bookmark service
  • Add AuthenticationContext which is used as react.context to avoid not re-rendering problem