DEV Community

AHMED HAFDI
AHMED HAFDI

Posted on

 

the developement server returned response error code : 500 #1

solution :
babel-preset-react-native make this trouble. Run below orders in your project root dir:

$yarn remove babel-preset-react-native
$yarn add babel-preset-react-native@2.1.0

Top comments (1)

Collapse
 
hafdiahmed profile image
AHMED HAFDI

This post blew up on DEV in 2020:

js visualized

🚀⚙️ JavaScript Visualized: the JavaScript Engine

As JavaScript devs, we usually don't have to deal with compilers ourselves. However, it's definitely good to know the basics of the JavaScript engine and see how it handles our human-friendly JS code, and turns it into something machines understand! 🥳

Happy coding!