Home Blog Talks

FaasJS v3 Plan

2024-09-12

Review

FaasJS is an open-source project that began in 2019. This year is 2024, and FaasJS has been developed for five years, going through the following stages:

  1. Based on Tencent Cloud’s cloud functions, it provided an easy-to-use pure Serverless framework.
  2. Enhanced server capabilities, allowing for direct deployment in production environments without relying on cloud vendors.
  3. Expanded React support and further encapsulated Ant Design, making it a complete full-stack framework.

Some forward-looking designs have now gained widespread consensus, such as:

  1. Standardizing interfaces with Action, abandoning traditional Restful and GraphQL. Similar to React’s server actions.
  2. Parameterizing UI components instead of componentization. Ant Design has essentially parameterized components in recent years.

Future

FaasJS has always pursued a simple and elegant full-stack development experience. Therefore, based on the current technological ecosystem, we plan to focus on two aspects:

  1. Independent deployment.
  2. Integration with Next.js.

Independent Deployment

Independent deployment allows FaasJS to be suitable for more scenarios and free from the restrictions of cloud vendors.

We plan to:

Integration with Next.js

Next.js is currently the most popular React full-stack framework and supports Server Actions.

We plan to:

Other

Timeline

The 2.9 version is expected to be released this week, marking the functions that will soon be deprecated.

The 3.0 version is expected to be released this month, initially providing Bun.server and Next.js plugins.

Back to all posts