X-neuron / antdFront

Antdfront is a set of multi tab experimental react microfrontend template
MIT License
202 stars 49 forks source link

as developer i wan to have a react example #20

Open thanghps opened 2 years ago

X-neuron commented 2 years ago

wait for few days , will update a react + nest.js + postgres + typeorm realworld example~

thanghps commented 2 years ago

Additional, i am unable to get global state from main fe in the micro app or i don't know the way to get it. Could you please help clarify this.

X-neuron commented 2 years ago

qiankunApiDoc this docs will help you ~

thanghps commented 2 years ago

Dear X-neuron, Could you please update the example?

X-neuron commented 2 years ago

Dear X-neuron, Could you please update the example?

Because of the reason of my city COVID-19, I temporarily can not return to the office to export the required project instances. It will take about 2 weeks.. If you are in a hurry, I think this example can help you:awesome-nest-boilerplate

thanghps commented 2 years ago

Bassicaly, i've a problem when add react js example, that is it is not hot reload when code is changed. when code is changed, whole page is refresh, i expect only the reactjs example is hot reload.

Do you have any suggesstion?

X-neuron commented 2 years ago

this tempalte does'nt support hot reload?

you can run : npm run dev and then change: src/pages/test4/CountBtn.jsx change the ui as you like and save you can see ,it does'nt refresh the hole page,just refresh the tab panel..

X-neuron commented 2 years ago

Dear X-neuron, Could you please update the example?

https://github.com/X-neuron/x-plat.git
this app base on this tempalete in the real world~ may be useful for you~

thanghps commented 2 years ago

Could you please explain some questions? 1, what is the different of this repo and antdFront? 2, can you add a reactjs example to x-plat?

X-neuron commented 2 years ago

Could you please explain some questions? 1, what is the different of this repo and antdFront? 2, can you add a reactjs example to x-plat?

antdfront is a template , x-plat is a react frontend project base on this template without backend~ x-plat contain many pages 、jwt session examples in it that may help you build your own project feed you need~

thanghps commented 2 years ago

Dear, I see the error below: SW registration failed: DOMException: Failed to register a ServiceWorker for scope

Could you help investigate the issue? Thank you very much.