Implementing Private Fields for JavaScript – Matthew Gaudet

When implementing a language feature for JavaScript, an implementer must make decisions about how the language in the specification maps to the implementation. Sometimes this is fairly simple, where the specification and implementation can share much of t… Read more

Similar

Understanding JavaScript Decorators

Not too long ago, I built a React app using MobX for state management. It was an exciting, at times confusing, but overall enjoyable experience that I plan to write about soon. One distinctive feature of MobX development that I found especially interestin... (more…)

Read more »