AdvancedNodeStarter icon indicating copy to clipboard operation
AdvancedNodeStarter copied to clipboard

Update BlogNew.js

Open mom3d opened this issue 6 years ago • 2 comments

it's better to use constructor to avoid state not defined

mom3d avatar Aug 09 '18 21:08 mom3d

Connects issue #1

illusi0n avatar Jan 27 '19 15:01 illusi0n

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.

illusi0n avatar Jan 27 '19 20:01 illusi0n