Skip to content

Instantly share code, notes, and snippets.

@ananthhh
ananthhh / FormMachine.js
Last active April 2, 2020 12:28
Generated by XState Viz: https://xstate.js.org/viz
const constants = {
ACTIONS: { changeAction: 'changeAction', onSuccess: 'onSuccess' },
GUARDS: { isFormValid: 'isFormValid' },
SERVICES: { doSubmit: 'doSubmit' }
};
const {ACTIONS, GUARDS, SERVICES} = constants;
const formMachine = Machine({
id: 'form',
initial: 'idle',
@ananthhh
ananthhh / README.MD
Last active October 14, 2016 07:17
Flatten and Push the elements to given array
@ananthhh
ananthhh / 1_README.md
Last active November 20, 2015 13:52
AnguarJS Authentication