Code Monkey home page Code Monkey logo

firejsx's Introduction

FireJSX πŸ”₯

The React Framework for SSB, SSR and Serverless technologies

FireJSX is the framework required by modern react developers 😎 to build great sites with ease.

FireJSX allows you to build professional static/dynamic websites with no limitations whatsoever. FireJSX sites are fully functional React apps, allowing you to create high-quality, dynamic/static web apps, from blogs to e-commerce sites to user dashboards.

FireJSX handles page preloading, builds optimised chunks, grows with you using powerful plugin API, saves your sweet-sweet moneyπŸ’° because FireJSX sites are very-very efficient and cheap to host. Go Serverless, SSR or just dump your SSB to an S3 bucket. There is no limit to what you can do with FireJSX.

Excited to learn more?

Visit the quick start guide to get your site spinning within a minute.

How is it different ? πŸ‘½

  • Server Side Render with maximum of 3 lines of code. No need to fake an express server.

  • Lightning fast rendering with latency as low as 3ms.

  • Portable code. Export for fly builds once. Run it any-where. No need to carry node_modules around. Reduced cold start time.

  • 0 overhead, means smaller bundle sizes and faster apps. Bundle sizes smaller by at least 100kb when compared to other frameworks.

  • Dev Friendly. Low build time through build time caching.

  • Advance caching mechanism ensures lightning fast routing.

  • Made with the thought of Long term caching for fast cdn delivery

  • Easily pull in data from any data source and pass it to your page with no confusing and buggy getInitialProps or getServerSideProps. Moreover, you don't need to learn any extra technology such as GraphQL or worry about efficiency and code spitting.

  • Customizable. Customize the framework to your liking.

  • Scalable. Grow feature set using easy to write plugins.

  • Easy to use node interface. You are not limited to the cli interface anymore.

  • Modern. Made with serverless technological services in mind.

Read more here

Who is using FireJSX ? 🀩

Documentation πŸ“š

Documentation is available at the official FireJSX Github Wiki

Special Thanks πŸ™


We want to thank JetBrains
for providing us a
Free JetBrains Open Source license


Code of conduct

Code of conduct can be found at CODE_OF_CONDUCT.md

Contributing

Make sure to read Contribution Guidelines before contributing.

Need help with :

  1. Documentation
  2. React Error Overlay design
  3. Webpack 5 and React Fast Refresh Integration

Free feel to help, contact maintainer if necessary.

License & Copyright

Copyright (C) 2020 Aniket Prajapati

Licensed under the GNU GENERAL PUBLIC LICENSE

Contributors

firejsx's People

Contributors

aniketfuryrocks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

firejsx's Issues

Error exporting fly build on windows

To change this

map.staticConfig.externals[0] = map.staticConfig.externals[0].substr(map.staticConfig.externals[0].lastIndexOf("/") + 1);

to this

map.staticConfig.externals[0] = map.staticConfig.externals[0].substr(map.staticConfig.externals[0].lastIndexOf(path_1.sep) + 1);

Issue with windows

The babel plugin is causing some file path issues on windows. You can expect a patch in a week.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.