accordproject / cicero-word-add-in-deprecated

Microsoft Word add-in for the Accord Project
Apache License 2.0
17 stars 13 forks source link

add react hot loader to improve the performance in a running addin during coding and also added a welcome page with loader #42

Closed ShrutikaSingh closed 4 years ago

ShrutikaSingh commented 4 years ago

React Hot Loader is used to edit our code and automatically reflect that change in our running addin while keeping the components mounted, without lose the current state. It's pretty convenient as we won't have to go step-by-step to test a specific state in our app every time we make a change in the code.

ShrutikaSingh commented 4 years ago

@DianaLease Updated with the changes suggested, please review.

ShrutikaSingh commented 4 years ago

@DianaLease Updated the directory structure so that it will be inconsistency with cicero-UI

ShrutikaSingh commented 4 years ago

@DianaLease Do anything else need to be changed?

DianaLease commented 4 years ago

@ShrutikaSingh thanks! can you also resolve the new conflicts that need to be resolved before merging?

ShrutikaSingh commented 4 years ago

@ShrutikaSingh thanks! can you also resolve the new conflicts that need to be resolved before merging?

@DianaLease yup!! done