Skip to content

Releases: oslabs-beta/AthenaJS

AthenaJS v1.1.0

13 Apr 04:10
Compare
Choose a tag to compare

Version 1.1.0 Patch Note

Quick fixes here! We are rolling out version 1.1.0 of AthenaJS. This patch includes a bugfix for the render time window:

-Fixed issue where React profiler was not properly capturing render times for components.

We would like to note that our application is not an online app and does not store sensitive user data. As a result, any potential security issues with the React profiler should not be an issue for users.

AthenaJS v1.0.0 Release

12 Apr 22:47
Compare
Choose a tag to compare

AthenaJS v1.0.0

We are excited to announce the release of AthenaJS v1.0.0, a powerful Electron-based application that streamlines the development process of React components. Its key feature is the ability to develop individual components in isolation, allowing for rapid prototyping, testing, and iteration. By providing a dedicated environment for component creation, AthenaJS enhances efficiency and promotes best practices in React development.

Key Features of AthenaJS Include:

  • Intuitive interface for editing components, mocking props, and managing state. This includes a built-in linter for JavaScript, JSON, and JSX.
  • Support for defining custom actions to manage component behavior and interactions.
  • Live component rendering and previewing, making it easy to visualize and test components on the fly.
  • Render time calculations, allowing developers to analyze component performance and optimize if needed.
  • Export functionality to integrate updated components seamlessly into your React application.
  • Ability to edit React server components in isolation, allowing developers to optimize performance and reduce the need for client-side rendering, further enhancing the React development experience.

We look forward to your support and to seeing the amazing applications you create with AthenaJS!