Merrick Christensen

Results 3 issues of Merrick Christensen

The current strategy of instrumenting JSX with a babel plugin is really neat! I'm wondering what the plan is to work around the dynamism of JSX when it comes to...

🛰️ future
:computer: editor

## Input Code (Where `MyInput` is a file named `MyInput.jsx`) ```javascript // index.js export { Something } from 'MyInput'; ``` ## Output Error ``` { Error: Cannot find module '/Users/merrick/Developer/webflow/packages/systems/wfdl/MyInput'...

## Summary Today our team relies on react-test-renderer to render a JSON tree which is subsequently used for search indexing. By rendering to JSON we have a structure we can...

React 19