Fullstack part1 | A more complex state, debugging React apps
For Global State
There are a lot of different state managers in front-end development. Every time you blink a new state management is being open-sourced. But the one that works for me is MobX.
Some people don’t like it because a lot of “magic” happens behind the scenes out of your control. But for me, that is a feature, not a bug. I like to... See more
There are a lot of different state managers in front-end development. Every time you blink a new state management is being open-sourced. But the one that works for me is MobX.
Some people don’t like it because a lot of “magic” happens behind the scenes out of your control. But for me, that is a feature, not a bug. I like to... See more
Pavel Pogosov • Top 14 Libraries for Any React App
So here is the updated oath:
Full stack development is extremely hard , that is why I will use all the possible means to make it easier
Full stack development is extremely hard , that is why I will use all the possible means to make it easier
- I will have my browser developer console open all the time
- I will use the network tab of the browser dev tools to ensure that frontend and backend are communicating as I expect
- I will constantly keep an eye on the