Vytenis

Results 236 comments of Vytenis

this can be as a question in `interactive` mode.

Also I would suggest to add https://github.com/prettier/eslint-plugin-prettier Currently prettier can help eslint to autofix styling issues.

All major IDE has built-in ability fix eslint issues on save and this is not bad expanse for fast developing

Also noticed some memory leak in server side - using nextjs ``` "@risingstack/react-easy-state": "^6.3.0", "next": "^10.2.0", ``` ![image](https://user-images.githubusercontent.com/468006/118174587-b18de700-b437-11eb-948b-ac392f602f27.png) and after removing react-easy-state it is much better. ![image](https://user-images.githubusercontent.com/468006/118178506-b30dde00-b43c-11eb-9159-0c8d95f1442c.png) > **Note** -...

If I have backend and frontend also a database and want to drop that experiment. Use case: ``` exoframe list exoframe rm backend frontend db ```

Yes please 😊

I can try to make my hands dirty 😉

This is only documentation updates. It will be available in v7?

Let me play with this