This project was bootstrapped with Create React App.
- SQLFrames - this loads the dependencies
- SQLFramesContext - this stores the loaded SQLFrames library object (avoids storing in window object for example). Context is automatically set up by SQLFrames component.
- SQLFramesComponent - this renders any object produced by SQL Frames library
- SQLFramesApp - a sample app that renders a dataframe and a chart.
- REPL - SQL Frames REPL App component.
- src/App.js - added SQLFramesApp into this main app
- public/index.html - style sheets and requirejs. Also data-theme for dark (light) mode.
- src/index.js - Wrapped App component with SQLFrames to load the SQL Frames dependency. In addition to rendering the App it also renders SQL Frames REPL.
- src/index.css - css for making the dark mode to work.