appbaseio/reactivesearch

View on GitHub
packages/web/examples/ReactiveList/src/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function render has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    render() {
        return (
            <ReactiveBase
                app="good-books-ds"
                credentials="nY6NNTZZ6:27b76b9f-18ea-456c-bc5e-3a5263ebc63d"
Severity: Minor
Found in packages/web/examples/ReactiveList/src/index.js - About 1 hr to fix

    Function booksReactiveList has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        booksReactiveList(data) {
            return (
                <div className="flex book-content" key={data._id}>
                    <img src={data.image} alt="Book Cover" className="book-image" />
                    <div className="flex column justify-center" style={{ marginLeft: 20 }}>
    Severity: Minor
    Found in packages/web/examples/ReactiveList/src/index.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status