Skip to main content

One post tagged with "JSX"

View All Tags

· 5 min read
Steven Schkolne
Daniel Worthington

The browser is almost the perfect development environment. It’s amazing how you can poke around and inspect your app while it’s running. But there’s a catch. What you see is not nearly as deep as it could be. The browser operates on the DOM which is often miles away from your actual code.

The Peak Web Dev Experience

Could things be different? A cursory glance at native development environments indicates there’s more to be had: