Thank you so much... most tutorial videos are not tutorial, they just code and comment on what they are doing. You actually EXPLAIN what thinks work. You're a very good teacher :)
@CodeShotsWithProfanis Жыл бұрын
I appreciate that!
@habibhadi Жыл бұрын
I like how you create files and write code sequentially, most tutorials don’t do that. Sequential coding help me understand better why you do what. Thank you for the tutorial. Better than following along documentation.
@CodeShotsWithProfanis Жыл бұрын
Great to hear!
@paoloantonior Жыл бұрын
wonderful way to explain such a complicated concept, bravo!
@CodeShotsWithProfanis Жыл бұрын
Thanks for your warm feedback. Glad you liked it :)
@costagmc1 Жыл бұрын
thanks prop... Good intro to ngxs
@CodeShotsWithProfanis Жыл бұрын
Glad you like it!
@ajcoder2795 Жыл бұрын
The way you explain is very clear.. :).. Thanks a lot :)
@ravikant.chaudhary2 жыл бұрын
No bullshit, concise and straight to the point. Thanks a ton !!
@CodeShotsWithProfanis2 жыл бұрын
Glad you liked it and thanks for the feedback!
@sudiptomukherjee6442 жыл бұрын
Thank you for providing such a simple explanation. You are always a life saver :)
@CodeShotsWithProfanis2 жыл бұрын
Thanks for your feedback and glad you liked it Sudipto! :)
@sergiokagiema96582 жыл бұрын
Awesome work! Now I see why people switchingto NGXS. And I don't blame them. I'm doing the same thing
@CodeShotsWithProfanis2 жыл бұрын
Thanks Sergio. Yes, NGXS is straight forward without boilerplate code. I've tried it in a big enterprise application and it fits perfectly
@nfallycoly6362 Жыл бұрын
Thank you so much. But I have a question, is it possible to create a state dynamically?
@CodeShotsWithProfanis Жыл бұрын
We create the state based on the HTTP API, User Actions, Events, Components, etc. I consider them dynamic but I am not sure if this is what you mean. Can you please elaborate?
@ugochukwuumerie63782 жыл бұрын
This is a perfect introduction to NGXS, Thanks. You could also make one for http request call and saving to the store
@CodeShotsWithProfanis2 жыл бұрын
Glad you liked it and thanks for the idea!
@narayanareddy152 жыл бұрын
Hey! Thanks for the video! 😊
@CodeShotsWithProfanis2 жыл бұрын
You are so welcome :)
@titokris51622 жыл бұрын
Fanis great video has usual. Thanks for the knowledge base been shared for free
@CodeShotsWithProfanis2 жыл бұрын
Thanks for your feedback Tito! :)
@madeOfClay992 жыл бұрын
Great video. Personally I haven't use NGXS, I see the similarities with Redux and NGRX. Could you explain why do you prefer NGXS than NGRX?
@CodeShotsWithProfanis2 жыл бұрын
Thanks! It's been a while since I worked with NGRX and the reason I switched was the boilerplate code the NGRX had. With NGXS the semantics are clear and straightforward. I have worked with NGXS even on a large-scale enterprise application and fits great. I hope this answer your question :)
@PantelisPapasavvas2 жыл бұрын
Awesome video ... Is there any tool to see our state like ReduxDev Tools or this tool is working also for NGXS?
@PantelisPapasavvas2 жыл бұрын
Ill answer to my own question :D ReduxDev tools works with NGXS
@CodeShotsWithProfanis2 жыл бұрын
Thanks Pantelis. That's very good suggestion actually. I'll include this in one of my next videos
@cristioanca984 Жыл бұрын
what extension is that where it specifies as it shows in the video? obj: state: option: etc
@CodeShotsWithProfanis Жыл бұрын
Is this setting in the settings.json file "typescript.inlayHints.parameterNames.enabled": "all"
@benjack94592 жыл бұрын
Please make a video for create sub-category based on category like e-commerce
@CodeShotsWithProfanis2 жыл бұрын
Hey, can you please be more descriptive?
@benjack94592 жыл бұрын
Like cascade selection country->state->city... With how to upload data to json server
@CodeShotsWithProfanis2 жыл бұрын
@@benjack9459 I know what you mean. Stay tuned and I hope one of my next videos to cover your need :)