Skip to content

Instantly share code, notes, and snippets.

View pjcras's full-sized avatar

Prasanna Crasta pjcras

View GitHub Profile
@pjcras
pjcras / keybase.md
Last active January 28, 2021 05:16

Keybase proof

I hereby claim:

  • I am pjcras on github.
  • I am crastapj (https://keybase.io/crastapj) on keybase.
  • I have a public key ASBonJ9Byp9rahBScu_Qd41a3f7ZgThw6p1NDfuSefIV7Qo

To claim this, I am signing this object:

@pjcras
pjcras / machine.js
Last active January 23, 2020 23:04
Generated by XState Viz: https://xstate.js.org/viz
const newHereStartProjectFlow = {
initial: "whatToDo",
states: {
whatToDo: {
on: {
NEXT: "selectType"
}
},
selectType: {
on: {
@pjcras
pjcras / index.html
Last active February 2, 2018 05:02
JS Bin// source https://jsbin.com/yevojay adding todo and toggling
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script src="https://fb.me/react-15.1.0.js"></script>
<script src="https://fb.me/react-dom-15.1.0.js"></script>
@pjcras
pjcras / index.html
Created January 31, 2018 14:36
JS Bin// source https://jsbin.com/kamele React Redux Counter example
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script src="https://fb.me/react-15.1.0.js"></script>
<script src="https://fb.me/react-dom-15.1.0.js"></script>