Skip to content

improve nav tree lookups #27

@davidmarkclements

Description

@davidmarkclements

the entire navigation tree is queried synchronously on start up (including all node_modules),
then the content of each file is saved into memory

obviously this is an out of memory error waiting to happen, so we need to

  1. load all files paths and content from debugger api ONLY
  2. all other paths and content to be lazily loaded upon selection (see scope tree implementation in reducers/actions for an example of how to)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions