@jsnote-jrg/local-client
v1.0.0
Published
### NOTES
Downloads
2
Readme
React & TypeScript CLI Code Editor
NOTES
- Not a good idea to use
webpack
.yarn
andwebpack
can create a lot of issues with variousnpm
packages andTypeScript
compatibility. 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
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 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
.