@fernsehturm/react-app
v0.0.4
Published
Basic components of a webapp in a full stack
Downloads
17
Readme
@fernsehturm/react-app
Scaffolder of a React-App that
- loads environment variables during the build-process and passes them to the app running in the browser
- supports SSR (cacheableQuery)
- authenticated queries
Installation
npm install --save @fernsehturm/react-app
The components to support a React web app and connect to its environment and other components.
Development Guidelines
Babel for transpiling, tsc
for types: https://www.typescriptlang.org/docs/handbook/babel-with-typescript.html
- typescript/tsc: types
- babel: transpiling
- linting + prettier
- semantic release
Link library:
- in library: run
npm link
- in project run
npm link @calliopa/react-app
see: https://sparkbox.com/foundry/test_project_changes_in_real_time_by_linking_your_component_library_and_project_with_npm_link