我有一个需要调用 REST API(身份验证和其他 CRUD 端点)的项目。我想知道基于 preact 和 redux 的最合适的堆栈是什么。
你会使用 thunk、sagas 还是其他替代方法?以及如何调整 preact redux 示例:https ://github.com/developit/preact-redux-example
我有一个需要调用 REST API(身份验证和其他 CRUD 端点)的项目。我想知道基于 preact 和 redux 的最合适的堆栈是什么。
你会使用 thunk、sagas 还是其他替代方法?以及如何调整 preact redux 示例:https ://github.com/developit/preact-redux-example