The next generation of enterprise web applications with react and wasm Preview:
https://wasm-react.netlify.app
- WasmRust Wasm with rust using Wasm-bindgen
- Webpack MFSU - Familiar with Webpack features
- React - React official website
- TypeScript - Familiar with the basic syntax of
TypeScript
- Es6 - Familiar with es6 basic syntax
- Ant-Design V5 - Enterprise UI library
- Antd procomponents - Antd procomponent
Preparation tools
Develop
- Install pnpm:
npm i -g pnpm
- Compile rust:
Cargo update
- Run dev:
npm run dev
- Run build:
npm run build
- Fist init check config in
script/locale/locale-config.json
- Setup:
lobe-i18n -0
- Enter key or proxy server
- Translate
npm run locale:sync
will auto extract all translate to default lang and translate to all language that config in scrip/locale-config.json
https://github.com/MoeYc/umi4-wasm-example/blob/main/packages/widget/.umirc.ts https://github.com/tkat0/react-wasm-tutorial https://github.com/DavidZemon/SccaSoloPointsCalculator/tree/master https://github.com/monroeclinton/wasm-learn https://www.tkat0.dev/posts/how-to-create-a-react-app-with-rust-and-wasm/#create-rust-library-for-wasm
Any type of contribution is welcome, here are some examples of how you may contribute to this project:
- Submit issues to report bugs or ask questions.