1.0.12 • Published 2 years ago

next-work v1.0.12

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

NextWork: SSR Debugging Tool

NextWork is a developer tool designed to enhance the process of building web applications using server-side rendering (SSR). SSR has gained popularity due to advantages such as faster load times and easy indexation by search engines. However, it creates a gap in existing debugging tools like Chrome's network tab, making it difficult to inspect server-side requests.

Our team developed a lightweight fetch interceptor for Next.js, leveraging technologies like node-fetch-har. This solution restores the functionality of the Chrome Network Tab for server-side API calls, enabling developers to monitor and optimize their applications' performance.

Installation

  1. Install the NextWork package: npm install next-work

  2. To include nextWorkFetch in your Next dev environment, run: npm run nextWorkDev

  3. Add our Chrome Extension to complete the workflow Extension.

For more details and setup instructions, check out our Website, npm package, and Chrome extension.

1.0.11

2 years ago

1.0.12

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago