Api Alternatives
Similar projects and alternatives to api
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
-
-
react
Official implementation of ithink, made in React and powered by Cyclic. (by ithink-corp)
api reviews and mentions
-
The Modern Refresher to React Development in 2022
// utils/server.js export async function getMessages() { const res = await fetch('https://ithink-api.cyclic.app/', { headers: { 'Content-Type': 'application/json', }, }) const items = await res.json() return items.map((item) => ({ message: item, })) }
Stats
ithink-corp/api is an open source project licensed under MIT License which is an OSI approved license.