A simple key extractor/generator, intended for use with arrays of objects in React
Pending...
The project can be debugged with Chrome Node DevTools.
First off, add debugger
statements in the code where you would like to place your breakpoints. Then add code to index.ts to call the function(s) you wish to debug. Run:
npm run debug
This will compile the typescript then run node --inspect-brk
so you can attach the Chrome Node DevTools debugger. Open Chrome browser, go to chrome://inspect, and click "Open dedicated DevTools for Node" under Devices.
Thanks goes to these wonderful people (emoji key):
Dave Hughes 💬 💻 🎨 📖 💡 💵 🤔 🚇 🚧 📦 👀 |
Palecio 💬 🤔 👀 |
rtellez-xumak 💬 🤔 |
lmorales-xumak 💬 |
cwparsons 💬 🤔 |
Tomek 🤔 |
This project follows the all-contributors specification. Contributions of any kind welcome!