-
Notifications
You must be signed in to change notification settings - Fork 32
Tech Introduction
Zach Plata edited this page Apr 24, 2018
·
2 revisions
The Sandbox is a single-page application built mainly using React (UI components) and Redux (application state management following the Flux pattern) libraries. When making changes to this tool, it is recommended to understand the basics around these libraries. The main folders to focus on are actions
, components
, reducers
and retrieve-data-helpers
, all within the src
directory. See other pages for more description on these main parts.