0.1.10 • Published 4 years ago

dreampact v0.1.10

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

Framework to help creating a complete, reusable and responsive react application.

Atomic

We build our components to be consistent and reusable, and for that, we choose to use Atomic Design to make them more efficient as possible.

Type today, type tommorow, type forever

We write our code entirely with typescript and all types of all of our methods, components and etc will be exported without the need to install a new package.

Hooks

We love React Hooks. To help build more complex or interactive or just fun applications, we wrote a few utility hooks to be used whatever you see that it fits.

A few examples are:

  • useInViewport To check if a element is visible on screen.
  • useBrowserDetection To get user browser name, version, operational system name, and etc.
  • useEventEmitter To create events and share data in any component by creating events and subscribing to them.

And a lot more in our documentation.