LearnersGuild/echo

View on GitHub
src/server/render.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function handleRender has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function handleRender(req, res) {
  try {
    // we require() these rather than importing them because (in development)
    // we may have flushed the require cache (when files change), but if we
    // import them at the top, this module will still be holding references to
Severity: Minor
Found in src/server/render.jsx - About 1 hr to fix

    TODO found
    Open

        // TODO: why is this commented out?
    Severity: Minor
    Found in src/server/render.jsx by fixme

    There are no issues that match your filters.

    Category
    Status