1.0.0 • Published 4 years ago
@jsnote-jrg/local-client v1.0.0
React & TypeScript CLI Code Editor
NOTES
- Not a good idea to use
webpack.yarnandwebpackcan create a lot of issues with variousnpmpackages andTypeScriptcompatibility. Stick toesbuild-wasm. - It's not generally good practice to use selectors for asynchronous operations, e.g. bundling. However, reducers are okay for asynchronous.
Because we are using
lernafor multiple module management, use:lerna add --scope=<module-name>to install packages.NOTE: Because all the
privatelocal-clientpackage does is serve up thebuild/folder of transpiled / compiled files, there is no need for anydependencies(as they're already compiled where needed into the post-build application static files), so all can be marked asdevDependencies.
1.0.0
4 years ago