Core modules for the foundation analysis suite.
npm install @foundation/coreFoundation
==========
Build high-performance web apps for researchers. The goal is to provide a
framework that allows consumers to easily integrate and visualize a wide array
of data types. See [Project Seldon][1] for a demonstration of what can be
achieved.
Fork the [starter kit][2] or npm install @foundation/core to get started.
First and foremost, [keep it simple][3]. This phrase is worth repeating even
though it's a bit played out. The downfall of most technical projects is bloat
and it's too easy to forget this when starting new ones.
Stemming off of this core principle of simplicity...
- Use native functionality as much as possible.
- Simplicity and speed over everything else.
- Balance modularity with isolation.
- Push complexity to the edges of (or right outside) the system.
This project is still in its infancy. Please reach out via GitHub issues to
report bugs and make suggestions.
[1]: ...
[2]: ...
[3]: https://en.wikipedia.org/wiki/KISS_principle