Full stack dev

Results 1 issues of Full stack dev

Example of use: get evry communes of given wilaya as Array to use it in Select Comonent export const getCommunes=(wilaya)=> { const communes = wilayaCommunes.find((w) => w[wilaya]); return communes[wilaya] ||...