Monday 24 December 2018

Importing functions from files or creating files for each function.

Hello it's better to use :import {functionName} from 'filename' or i create file for each function and export it as default to import it like that:import functionName from 'filename' what's the best practice in this case?thank you.​

Submitted December 24, 2018 at 11:44AM by ayech0x2

No comments:

Post a Comment