Get the latest tech news
(ab?)using Node module hooks to speed up development
# (ab?)using Node module hooks to speed up development I wanted a much faster way to develop the front-end of my site. And I wanted to use JSX as the templating language but without React.
One module loader transforms JSX to JS with the function you give it. It resolves to the latest version of a file using query string cache busting. And it loads the latest one from the FileTree for speed and fewer disk reads.
Or read this on Hacker News