Skip to content

Instantly share code, notes, and snippets.

View ritwizsinha's full-sized avatar
🎯
Focusing

Ritwiz Sinha ritwizsinha

🎯
Focusing
View GitHub Profile

GSoC logo

Apps-CLI: Hot Reload during apps development and other Improvements

by Ritwiz Sinha

About Me

Hello! I am Ritwiz Sinha, a Junior BTech Computer Science student at Indian Institute of Technology Patna (IIT Patna).

const stateMachine = Machine({
initial: "idle",
context: {
msg: ""
},
states: {
idle: {
on: {
SUBMIT: [
{