WP-API / node-wpapi

An isomorphic JavaScript client for the WordPress REST API
http://wp-api.org/node-wpapi/
MIT License
1.68k stars 190 forks source link

Alternate smaller package: wp-headless/fetch #452

Open andrewmclagan opened 4 years ago

andrewmclagan commented 4 years ago

wpapi is an awesome package, we have used it for months and we love it. Cudos to the creators and all those who contribute.

wpapi has extensive goals and capabilities, although that comes at a cost: size. Along with outstanding browser issues and not having an ES6 tree shakable build we have decided to build our own package. We do this with allot of consideration as we do not want to fragment the ecosystem too much.

Introducing https://github.com/wp-headless/fetch

For those who need a feature rich client with auto discovery; continue to use wpapi.

We are in v0.1.0 beta but feel free to use in production and report back.

andrewmclagan commented 4 years ago

Getting closer to a 1.0.0-beta.1