@frontity/with-preact

1.0.0 • Public • Published

@frontity/with-preact

This packages allows one to easily use Preact a fast 3kB alternative to React with the same modern API. The upside of using this package is that the codebase remains untouched as the configuration for using Preact is seamlessly integrated for you.

There are benefits of using Preact, one of which is that it comes in a small byte size, which translates to faster loading experience, JavaScript parsing and execution, and much more.

Table of contents

Install

npm i @frontity/with-preact

Usage

You simply need to add the package to your frontity.settings.js file.

export default [
  {
    name: "site",
    packages: [
      "@frontity/with-preact",
      // ...your normal packages
    ],
  },
];

Feature Discussions

Feature Discussions about Frontity are public. You can join the discussions, vote for those you're interested in or create new ones.

These are the ones related to this package: https://community.frontity.org/t/amp-package/388

Changelog

Have a look at the latest updates of this package in the CHANGELOG


Open Source Community

Channels

Community Forum Topics Twitter: frontity Frontity Github Stars

Frontity has a number of different channels at your disposal where you can find out more information about the project, join in discussions about it, and also get involved:

  • 📖 Docs: Frontity's primary documentation resource - this is the place to learn how to build amazing sites with Frontity.
  • 👨‍👩‍👧‍👦 Community forum: join Frontity's forum and ask questions, share your knowledge, give feedback and meet other cool Frontity people. We'd love to know about what you're building with Frontity, so please do swing by the forum and tell us about your projects.
  • 🐞 Contribute: Frontity uses GitHub for bugs and pull requests. Check out the Contributing section to find out how you can help develop Frontity, or improve this documentation.
  • 🗣 Social media: interact with other Frontity users. Reach out to the Frontity team on Twitter. Mention us in your tweets about Frontity and what you're building by using @frontity.
  • 💌 Newsletter: do you want to receive the latest news about Frontity and find out as soon as there's an update to the framework? Subscribe to our newsletter.

Get involved

GitHub issues by-label

Got questions or feedback about Frontity? We'd love to hear from you in our community forum.

Frontity also welcomes contributions. There are many ways to support the project! If you don't know where to start then this guide might help: How to contribute?.

If you would like to start contributing to the code please open a pull request to address one of our good first issues.

Package Sidebar

Install

npm i @frontity/with-preact

Weekly Downloads

2

Version

1.0.0

License

Apache-2.0

Unpacked Size

4.93 kB

Total Files

4

Last publish

Collaborators

  • davidarenas
  • frontibotito
  • luisherranz
  • poliuk
  • santosguillamot