Halit Ogunc
Halit Ogunc
**Expected Behaviour** ```javascript let x = { a: 1 }; console.log(x.a); //1 console.log(x); //{a: 1} x.a = 2; console.log(x.a); //2 console.log(x); //{a: 2} ``` > Chrome and Mozilla show additional...
This PR enables `react-wait` to use in a class component via injected prop #8 and also contains some refactoring stuffs that I wanted to request your comments. @f ~~I tested...
codesandbox is a great online code editor which makes it easier to code and share, but it's not a bad idea to make these files accessible in our own repository.