Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 482 Bytes

protolib.md

File metadata and controls

6 lines (5 loc) · 482 Bytes

Protolib

Protolib is one of the main packages of Protofy. It contains the main components and functions to create a web or app with Protofy. Inside Protolib you'll have the following subpackages:

  • protolib: Here you will find UI related components and functions.
  • protolib/base: Base classes and generic utilities that works on any environment (client, server, api).
  • protolib/api: Utilities and abstractions for API services, not working on client side at this moment