Coder Social home page Coder Social logo

Comments (1)

grabcode avatar grabcode commented on August 14, 2024

Here is some of the content we may re-use (comes from my facebook post I've shared):

Proud of the work done on Utrex website. I've made it for a student (General Assembly) turned client. On mobile, it feels like an app. For that, my aim was to get a super fast loading time of the assets and get the page repaint at 60FPS, without loosing any SEO (website had to work statically too: js disabled). During the process, I've actually invented the "Turbolinks" (actually re-invented because after some research I met a similar concept in ruby). In a nutshell, the idea is to fetch the link of the page via AJAX, and extract the content you want to inject it into your "wrapper" element. Another benefit of this process is the full control over the transitions/animations between pages! I have a couple of things to fix to get the full "no-js" version working though for the modal and the drawer. The downside atm: it requires a bit to rethink your javascript, particularly the event binding layer. I now investigate around component, since the idea around that consists into building a self-contained piece of content/functionality. Note that I even had to do a bit of php, language I haven't touched for 5 years.

from getservedme.

Related Issues (4)

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.