fusepilot / parcel-plugin-cep-starter

Starter template for parcel-cep-plugin, a zero configuration CEP extension builder for Parcel.
MIT License
13 stars 10 forks source link

Convert to hooks #28

Closed timhaywood closed 3 years ago

timhaywood commented 3 years ago

First of all, this repo is amazing and super helpful! First time using it, but thought I'd make a few pull requests for changes that are helpful.

This one converts the class components to hooks, moving some common functionality into custom hooks:

Hopefully this is helpful, new to the setup so very much open to feedback.