AdvancedNodeStarter
AdvancedNodeStarter copied to clipboard
Update BlogNew.js
it's better to use constructor to avoid state not defined
Connects issue #1
After some investigation with @oskarv here is the conclusion:
state = { showFormReview: false };
is part of class fields . Currently this feature is in stage 3 of being part of ECMA.
In the readme there is additional information regarding class fields.