Revis3 is open source and community driven technical practice questions.
General React
import React from 'react';
const MyComponent = () => {
return (
<div>
<h1>Hello World!</h1>
</div>
);
};
Topic | Total | Correct |
---|---|---|
General React | 3 | 2 |
Hooks | 7 | 4 |
Ecosystem | 3 | 1 |