1.0.0 • Published 4 years ago

@jsnote-jrg/local-client v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

React & TypeScript CLI Code Editor

NOTES

  • Not a good idea to use webpack. yarn and webpack can create a lot of issues with various npm packages and TypeScript compatibility. Stick to esbuild-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 lerna for multiple module management, use: lerna add --scope=<module-name> to install packages.

  • NOTE: Because all the private local-client package 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.