CI’m getting 404s. Anybody have the moved links? Or did they just axe them all together?Comment·Article·Sep 14, 2023·LangChain launches pages to track Python/Typescript differences
CNear the top you state that JavaScript is a general purpose language (which I agree with) and then later you list it as a domain specific language. This seems like a contradiction?Comment·Article·Apr 12, 2023·Domain Specific Compilers for Web Development
CFormik is no longer maintained https://github.com/jaredpalmer/formik/issues/3663 I’d actually recommend react-hook-form if you’re starting a new project. Very similar API, popular, and actively maintained. http://react-hook-form.comComment·Article·Apr 11, 2023·Formik: How to set initialValues from API
CA good rule of thumb to follow is that a comment should explain why not how. Very often I see well intentioned developers litter a codebase with line by line comments that add no value.Comment·Article·Apr 10, 2023·Code Clarity: Why Comments Should be Avoided in Your Code
CWhat happens if the event listeners are mixed?Comment·Article·Apr 8, 2023·Event Propagation in JavaScript: A Complete Guide to Bubbling and Capturing
CAgree 100% I had to check the publish date, definitely not the latest in 2023Reply·Article·Apr 8, 2023·Vue.js: Exploring the Latest Tools for Improved Development