Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

[effector] hello world

node v8.17.0
version: 17.7.0
endpointsharetweet
const {createEvent} = require('effector') const messageEvent = createEvent('message event (optional description)') messageEvent.watch(text => console.log(`new message: ${text}`)) messageEvent('hello world') console.log('finish')
Loading…

no comments

    sign in to comment