Skip to content

Instantly share code, notes, and snippets.

View devstojko's full-sized avatar
:atom:

Nemanja devstojko

:atom:
  • Belgrade, Serbia
View GitHub Profile
# Set state
state = {on: false}
onToggle = () => {
this.setState(currentState => {
return { on: !currentState.on}
},
() => {
this.props.onToggle(this.state.on)
}
const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
const MiniCssPlugin = require('mini-css-extract-plugin')
const webpack = require('webpack');
const devMode = process.env.NODE_ENV === 'development';
module.exports = {
entry: {
app: ['./src/index.js']
@devstojko
devstojko / machine.js
Last active February 7, 2020 00:06
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@devstojko
devstojko / machine.js
Last active February 8, 2020 01:27
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@devstojko
devstojko / machine.js
Last active February 8, 2020 17:02
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@devstojko
devstojko / machine.js
Created February 8, 2020 17:07
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@devstojko
devstojko / machine.js
Last active February 8, 2020 18:35
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
// - XState (all XState exports)
@devstojko
devstojko / machine.js
Last active February 8, 2020 18:42
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@devstojko
devstojko / machine.js
Last active February 9, 2020 06:03
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@devstojko
devstojko / machine.js
Last active February 9, 2020 06:03
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions