Answer the question
In order to leave comments, you need to log in
Is it possible to do without the constant import of hooks from react?
To use hooks I import each one from react.
import React, { useEffect, useState } from 'react';
Answer the question
In order to leave comments, you need to log in
Note how our original code did not need to import React to use JSX anymore! (But we would still need to import React in order to use Hooks or other exports that React provides.)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question