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 - private- local-clientpackage does is serve up the- build/folder of transpiled / compiled files, there is no need for any- dependencies(as they're already compiled where needed into the post-build application static files), so all can be marked as- devDependencies.
1.0.0
4 years ago